summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/cc-langs.el')
-rw-r--r--lisp/progmodes/cc-langs.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index dd1bccf3d96..86b6bec78a1 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -1225,14 +1225,6 @@ operators."
(c-lang-defvar c-assignment-op-regexp
(c-lang-const c-assignment-op-regexp))
-(c-lang-defconst c-:$-multichar-token-regexp
- ;; Regexp matching all tokens ending in ":" which are longer than one char.
- ;; Currently (2016-01-07) only used in C++ Mode.
- t (c-make-keywords-re nil
- (c-filter-ops (c-lang-const c-operators) t ".+:$")))
-(c-lang-defvar c-:$-multichar-token-regexp
- (c-lang-const c-:$-multichar-token-regexp))
-
(c-lang-defconst c-<>-multichar-token-regexp
;; Regexp matching all tokens containing "<" or ">" which are longer
;; than one char.