From 5704a82a77733dc077043121f3e28fadfc71bbaa Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 4 Jun 2021 16:41:30 +0200 Subject: [PATCH 09/11] Remove unused variable rcirc-last-sender --- lisp/net/rcirc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 073dbc118c..944df4a1bf 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -1597,7 +1597,6 @@ rcirc-target-buffer ((or (rcirc-get-buffer process target) (rcirc-any-buffer process)))))) -(defvar-local rcirc-last-sender nil) (defvar-local rcirc-activity-types nil "List of symbols designating kinds of activities in a buffer.") -- 2.30.2