diff options
-rw-r--r-- | lib/libedit/eln.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libedit/eln.c b/lib/libedit/eln.c index 74d9e3f..41697f4 100644 --- a/lib/libedit/eln.c +++ b/lib/libedit/eln.c @@ -77,7 +77,6 @@ public const char * el_gets(EditLine *el, int *nread) { const wchar_t *tmp; - const char *ret; int nwread; *nread = 0; |