From: Tino Calancha Date: Wed, 16 Aug 2017 11:14:48 +0000 (+0900) Subject: files-tests.el: Remove unused lexical variable X-Git-Tag: emacs-26.0.90~445 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=400934b694087f4fe94755d78cbd1569efdb1fa8;p=emacs.git files-tests.el: Remove unused lexical variable * test/lisp/files-tests.el (file-test--do-local-variables-test); Remove unused var 'files-test-queried'. --- diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el index 4a17e0d4697..a2f2b74312f 100644 --- a/test/lisp/files-tests.el +++ b/test/lisp/files-tests.el @@ -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)))))