diff options
Diffstat (limited to '')
-rw-r--r-- | src/expand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c index 6bee5c5..7a9b157 100644 --- a/src/expand.c +++ b/src/expand.c @@ -1597,7 +1597,6 @@ char * _rmescapes(char *str, int flag) { char *p, *q, *r; - static const char qchars[] = { CTLESC, CTLQUOTEMARK, 0 }; unsigned inquotes; int notescaped; int globbing; |