branch: elpa/flycheck
commit cf01d4f8e03e6112cb8c3e8edcec17ab197ba301
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Remove reference to non-existent flycheck--last-error-display-tick
    
    This variable is never defined or set anywhere; the
    kill-local-variable call was a leftover from a removed feature.
---
 flycheck.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/flycheck.el b/flycheck.el
index 7a830e9978..946e573099 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -3383,8 +3383,7 @@ current syntax check."
   "Empty variables used by Flycheck."
   (kill-local-variable 'flycheck--file-truename-cache)
   (kill-local-variable 'flycheck--idle-trigger-timer)
-  (kill-local-variable 'flycheck--idle-trigger-conditions)
-  (kill-local-variable 'flycheck--last-error-display-tick))
+  (kill-local-variable 'flycheck--idle-trigger-conditions))
 
 (defun flycheck-teardown (&optional ignore-global)
   "Teardown Flycheck in the current buffer.

Reply via email to