branch: externals/flymake-clippy
commit 907520f34084c330b91ad58c2e2b8443a06df528
Author: Michael Kirkland <mak.kirkl...@proton.me>
Commit: Michael Kirkland <mak.kirkl...@proton.me>

    Remove unused binding
---
 flymake-clippy.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/flymake-clippy.el b/flymake-clippy.el
index 637d20eb81..34ca466f83 100644
--- a/flymake-clippy.el
+++ b/flymake-clippy.el
@@ -66,8 +66,7 @@ For details on REPORT-FN, see `flymake-diagnostic-functions'."
   ;; If process is still running from the last check, kill it
   (when (process-live-p flymake-clippy--proc)
     (kill-process flymake-clippy--proc))
-  (let* ((source-buffer (current-buffer))
-         (filename (buffer-file-name source-buffer)))
+  (let ((source-buffer (current-buffer)))
     (save-restriction
       (widen)
       (setq

Reply via email to