[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master c86fc344654: Clean-up warning due to unused lexical variable
From: |
Andrea Corallo |
Subject: |
master c86fc344654: Clean-up warning due to unused lexical variable |
Date: |
Wed, 7 Aug 2024 03:33:07 -0400 (EDT) |
branch: master
commit c86fc3446540cbdfc626b5d6098e7932d4a6be20
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>
Clean-up warning due to unused lexical variable
* lisp/progmodes/c-ts-common.el (c-ts-common--fill-block-comment):
Remove 'start-mask-done'.
---
lisp/progmodes/c-ts-common.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/progmodes/c-ts-common.el b/lisp/progmodes/c-ts-common.el
index 7609d8fdc61..f68a6dc108d 100644
--- a/lisp/progmodes/c-ts-common.el
+++ b/lisp/progmodes/c-ts-common.el
@@ -152,7 +152,6 @@ comment."
(start-marker (point-marker))
(end-marker nil)
(end-len 0)
- (start-mask-done nil)
(end-mask-done nil))
(move-marker start-marker start)
;; If the first line is /* followed by non-text, exclude this line
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master c86fc344654: Clean-up warning due to unused lexical variable,
Andrea Corallo <=