| Index: src/token.h
|
| diff --git a/src/token.h b/src/token.h
|
| index 4d4df63458cf324f0687f1d2346cdc9297939946..a60704cd07aa69e02413a53daf9779a0d92d9b52 100644
|
| --- a/src/token.h
|
| +++ b/src/token.h
|
| @@ -260,15 +260,6 @@ class Token {
|
| return precedence_[tok];
|
| }
|
|
|
| - // Returns the keyword value if str is a keyword;
|
| - // returns IDENTIFIER otherwise. The class must
|
| - // have been initialized.
|
| - static Value Lookup(const char* str);
|
| -
|
| - // Must be called once to initialize the class.
|
| - // Multiple calls are ignored.
|
| - static void Initialize();
|
| -
|
| private:
|
| #ifdef DEBUG
|
| static const char* name_[NUM_TOKENS];
|
|
|