The following commit has been merged in the master branch:
commit a6b227992e62b472eb5479fb79017c4db28c8bb9
Author: Ville Skyttä <[email protected]>
Date:   Sun Nov 1 20:45:59 2009 +0200

    Drop unused compstr variable.

diff --git a/contrib/qdbus b/contrib/qdbus
index ed5002d..71e3951 100644
--- a/contrib/qdbus
+++ b/contrib/qdbus
@@ -3,7 +3,7 @@
 have qdbus &&
 _qdbus()
 {
-    local cur compstr
+    local cur
 
     COMPREPLY=()
     cur=`_get_cword`

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to