lisp/*: Add declarations, remove unused bindings, mark unused args.
[bpt/emacs.git] / lisp / emacs-lisp / avl-tree.el
index 9f34876..1f00677 100644 (file)
@@ -260,7 +260,7 @@ Return t if the height of the tree has grown."
        (opp (avl-tree--switch-dir dir))
        ;; direction 0,1 -> sign factor -1,+1
        (sgn (avl-tree--dir-to-sign dir))
-        p1 p2 b2 result)
+        p1 p2 b2)
     (cond
      ((< (* sgn (avl-tree--node-balance br)) 0)
       (setf (avl-tree--node-balance br) 0)