emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c98c7de: Fix byte-compiler warning in CEDET


From: Stefan Kangas
Subject: master c98c7de: Fix byte-compiler warning in CEDET
Date: Sat, 26 Sep 2020 04:52:35 -0400 (EDT)

branch: master
commit c98c7def046c5f6b1ac50fda46e32545b5e2ba37
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix byte-compiler warning in CEDET
    
    * lisp/cedet/semantic/lex.el (semantic-lex-catch-errors): Fix
    byte-compiler warning by removing obsolete variable.
---
 lisp/cedet/semantic/lex.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el
index 799aa45..809271d 100644
--- a/lisp/cedet/semantic/lex.el
+++ b/lisp/cedet/semantic/lex.el
@@ -1701,9 +1701,6 @@ If there is no error, then the last value of FORMS is 
returned."
     `(let* ((semantic-lex-unterminated-syntax-end-function
              (lambda (,syntax ,start ,end)
                (throw ',symbol ,syntax)))
-            ;; Delete the below when semantic-flex is fully retired.
-            (semantic-flex-unterminated-syntax-end-function
-             semantic-lex-unterminated-syntax-end-function)
             (,ret (catch ',symbol
                     (save-excursion
                       ,@forms



reply via email to

[Prev in Thread] Current Thread [Next in Thread]