diff options
Diffstat (limited to 'src/symbols.cpp')
-rw-r--r-- | src/symbols.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/symbols.cpp b/src/symbols.cpp index 60abf57..eaa5f80 100644 --- a/src/symbols.cpp +++ b/src/symbols.cpp @@ -27,14 +27,6 @@ #include "symbols.h" /* - * Constructors executed before the ones defined in generated code. - */ -namespace Symbols { - SymbolList scintilla INIT_PRIO(PRIO_SYMBOLS-1); - SymbolList scilexer INIT_PRIO(PRIO_SYMBOLS-1); -} - -/* * Since symbol lists are presorted constant arrays we can do a simple * binary search. */ |