Imported from ../bash-3.2.tar.gz.
diff --git a/pcomplete.c b/pcomplete.c
index ee462dc..471fb54 100644
--- a/pcomplete.c
+++ b/pcomplete.c
@@ -815,7 +815,7 @@
 {
   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')