]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - pcomplete.c
Imported from ../bash-3.2.tar.gz.
[thirdparty/bash.git] / pcomplete.c
index ee462dc881c36e4482b10292e2f8e1969d5e080b..471fb54f95b5116f0442734f89bce94554413c29 100644 (file)
@@ -815,7 +815,7 @@ gen_wordlist_matches (cs, text)
 {
   WORD_LIST *l, *l2;
   STRINGLIST *sl;
-  int nw, tlen, qc;
+  int nw, tlen;
   char *ntxt;          /* dequoted TEXT to use in comparisons */
 
   if (cs->words == 0 || cs->words[0] == '\0')