emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/phpinspect 6627f6f76f 073/126: Remove commented parser


From: ELPA Syncer
Subject: [elpa] externals/phpinspect 6627f6f76f 073/126: Remove commented parser code
Date: Sat, 12 Aug 2023 00:58:45 -0400 (EDT)

branch: externals/phpinspect
commit 6627f6f76ff5f709654769ddfb79afd9baa0d858
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>

    Remove commented parser code
---
 phpinspect-parser.el | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/phpinspect-parser.el b/phpinspect-parser.el
index b820a62a71..9d9e557056 100644
--- a/phpinspect-parser.el
+++ b/phpinspect-parser.el
@@ -549,22 +549,6 @@ parsing. Usually used in combination with
                       bmap previous-bmap existing-meta delta
                       (phpinspect-pctx-consume-whitespace context))
 
-                     ;; Check if we can fast-forward to more siblings
-                     ;; (when (phpinspect-meta-right-siblings existing-meta)
-                     ;;   (dolist (sibling (phpinspect-meta-right-siblings 
existing-meta))
-                     ;;     (setq existing-meta (phpinspect-bmap-token-meta 
previous-bmap sibling))
-                     ;;     (unless 
(phpinspect-taint-iterator-region-is-tainted-p
-                     ;;              taint-iterator current-end-position 
(phpinspect-meta-end existing-meta))
-                     ;;       (nconc tokens (list token))
-                     ;;       (setq token (phpinspect-meta-token 
existing-meta))
-                     ;;       (phpinspect-bmap-overlay
-                     ;;        bmap previous-bmap existing-meta (- 
start-position original-position)
-                     ;;        (phpinspect-meta-whitespace-before 
existing-meta))
-
-                     ;;       (setq current-end-position 
(phpinspect-edtrack-current-position-at-point
-                     ;;                                   edtrack 
(phpinspect-meta-end existing-meta))))))
-
-                     ;;(message "Current pos: %d, end pos: %d" (point) 
current-end-position)
                      (goto-char current-end-position)
 
                      ;; Skip over whitespace after so that we don't do a full



reply via email to

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