Browse Source

Remove redundant variable declaration

Ryan C. Thompson 9 years ago
parent
commit
2e826e3f20
1 changed files with 1 additions and 3 deletions
  1. 1 3
      ido-ubiquitous.el

+ 1 - 3
ido-ubiquitous.el

@@ -471,9 +471,7 @@ each function to apply the appropriate override."
                  collect (list action match-type
                  collect (list action match-type
                                (ido-ubiquitous--as-string func))))
                                (ido-ubiquitous--as-string func))))
   ;; set new overrides
   ;; set new overrides
-  (cl-loop with overridden-functions = nil
-           with final-value = nil
-           for override in newval
+  (cl-loop for override in newval
            for (action match-type func) = override
            for (action match-type func) = override
 
 
            ;; Remove duplicate overrides
            ;; Remove duplicate overrides