files-tests.el: Remove unused lexical variable

* test/lisp/files-tests.el (file-test--do-local-variables-test);
Remove unused var 'files-test-queried'.
This commit is contained in:
Tino Calancha 2017-08-16 20:14:48 +09:00
parent 3b8446439b
commit 400934b694

View file

@ -129,8 +129,7 @@ form.")
(let ((enable-local-variables (nth 0 test-settings))
(enable-local-eval (nth 1 test-settings))
;; Prevent any dir-locals file interfering with the tests.
(enable-dir-local-variables nil)
(files-test-queried nil))
(enable-dir-local-variables nil))
(hack-local-variables)
(eval (nth 2 test-settings)))))