浏览代码

Remove an unused variable

Ryan C. Thompson 8 年之前
父节点
当前提交
f6f5d0f957
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test/ido-cr+-test.el

+ 0 - 1
test/ido-cr+-test.el

@@ -23,7 +23,6 @@ end of input."
   (declare (indent 1))
   (declare (indent 1))
   (let ((temp-cmd (cl-gensym "temp-cmd"))
   (let ((temp-cmd (cl-gensym "temp-cmd"))
         (cmd-finished-tag (cl-gensym "cmd-finished"))
         (cmd-finished-tag (cl-gensym "cmd-finished"))
-        (temp-var (cl-gensym "temp-var"))
         (canary-sym (cl-gensym "canary")))
         (canary-sym (cl-gensym "canary")))
     `(cl-letf*
     `(cl-letf*
          (;; Wrap BODY in a command that evaluates BODY and throws the
          (;; Wrap BODY in a command that evaluates BODY and throws the