diff options
| author | Andrea Corallo | 2024-08-07 09:27:37 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2024-08-07 09:27:37 +0200 |
| commit | c86fc3446540cbdfc626b5d6098e7932d4a6be20 (patch) | |
| tree | 1a56b587196804073a57e6f0ac580ca3517d0c2b | |
| parent | a4db9b35e16316a9bec57990a189f774ee165fec (diff) | |
| download | emacs-c86fc3446540cbdfc626b5d6098e7932d4a6be20.tar.gz emacs-c86fc3446540cbdfc626b5d6098e7932d4a6be20.zip | |
Clean-up warning due to unused lexical variable
* lisp/progmodes/c-ts-common.el (c-ts-common--fill-block-comment):
Remove 'start-mask-done'.
| -rw-r--r-- | lisp/progmodes/c-ts-common.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." | |||
| 152 | (start-marker (point-marker)) | 152 | (start-marker (point-marker)) |
| 153 | (end-marker nil) | 153 | (end-marker nil) |
| 154 | (end-len 0) | 154 | (end-len 0) |
| 155 | (start-mask-done nil) | ||
| 156 | (end-mask-done nil)) | 155 | (end-mask-done nil)) |
| 157 | (move-marker start-marker start) | 156 | (move-marker start-marker start) |
| 158 | ;; If the first line is /* followed by non-text, exclude this line | 157 | ;; If the first line is /* followed by non-text, exclude this line |