Skip to content

Commit 4e8641b

Browse files
committed
Fix byte compile warnings
1 parent b07ca99 commit 4e8641b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jcs-modeline.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@
305305
(defun jcs-modeline--flycheck-lighter (state)
306306
"Return flycheck information for the given error type STATE."
307307
(let* ((counts (flycheck-count-errors flycheck-current-errors))
308-
(errorp (flycheck-has-current-errors-p state))
309308
(err (or (cdr (assq state counts)) "0"))
310309
(running (eq 'running flycheck-last-status-change)))
311310
(format "%s" (if running "?" err))))

0 commit comments

Comments
 (0)