diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-08-03 19:46:56 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-08-03 19:46:56 -0400 |
| commit | 45eb51b89d5339bf839304567e64c824b08e68d3 (patch) | |
| tree | 474d575711d778da67dabc8d12efdf3b1614c608 | |
| parent | 45e77f60541351050d713455cce594c8f952cea0 (diff) | |
Remove unused `myrddin-mode-special-types'.
| -rw-r--r-- | myrddin-mode.el | 8 |
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")) |