Skip to content

Commit

Permalink
remove declarations for non-existent functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 8, 2015
1 parent ccec6fb commit 70d0391
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lexer.h
Expand Up @@ -45,9 +45,6 @@ class Lexer
int doDocComment, int commentToken);

static void initLexer();
static Identifier *idPool(const char *s);
static Identifier *uniqueId(const char *s);
static Identifier *uniqueId(const char *s, int num);

TOK nextToken();
TOK peekNext();
Expand Down

0 comments on commit 70d0391

Please sign in to comment.