mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 00:20:40 +03:00
Lexer.initLexer no longer exists
This commit is contained in:
parent
90c213b52e
commit
c15df303d2
2 changed files with 0 additions and 14 deletions
|
@ -71,9 +71,6 @@ int rt_init();
|
|||
// in traits.c
|
||||
void initTraitsStringTable();
|
||||
|
||||
// In ddmd/lexer.d
|
||||
void Lexer_initLexer();
|
||||
|
||||
// In ddmd/doc.d
|
||||
void gendocfile(Module *m);
|
||||
|
||||
|
@ -1015,7 +1012,6 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
// Initialization
|
||||
Lexer_initLexer();
|
||||
Type::_init();
|
||||
Id::initialize();
|
||||
Module::_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue