summaryrefslogtreecommitdiff
path: root/myrddin-mode.el
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-08-03 19:46:56 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-08-03 19:46:56 -0400
commit45eb51b89d5339bf839304567e64c824b08e68d3 (patch)
tree474d575711d778da67dabc8d12efdf3b1614c608 /myrddin-mode.el
parent45e77f60541351050d713455cce594c8f952cea0 (diff)
Remove unused `myrddin-mode-special-types'.
Diffstat (limited to 'myrddin-mode.el')
-rw-r--r--myrddin-mode.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/myrddin-mode.el b/myrddin-mode.el
index e46bda5..44a660e 100644
--- a/myrddin-mode.el
+++ b/myrddin-mode.el
@@ -90,14 +90,6 @@
(defvar myrddin-mode-constants
'("true" "false" "void"))
-(defvar myrddin-mode-special-types
- '("void" "bool" "char" "byte"
- "int8" "uint8"
- "int16" "uint16"
- "int32" "uint32"
- "int64" "uint64"
- "int" "uint"
- "flt32" "flt64"))
(defvar myrddin-mode-block-keywords
'("elif" "else" "for" "if" "match" "struct" "trait" "while"))