branch: externals/phpinspect commit 6627f6f76ff5f709654769ddfb79afd9baa0d858 Author: Hugo Thunnissen <de...@hugot.nl> Commit: Hugo Thunnissen <de...@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