diff options
Diffstat (limited to 'src/parse/tokentree.hpp')
-rw-r--r-- | src/parse/tokentree.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/parse/tokentree.hpp b/src/parse/tokentree.hpp index 0856c326..82c4f97d 100644 --- a/src/parse/tokentree.hpp +++ b/src/parse/tokentree.hpp @@ -90,12 +90,5 @@ protected: // unwrapped = Exclude the enclosing brackets (used by macro parse code)
extern TokenTree Parse_TT(TokenStream& lex, bool unwrapped);
-extern TokenTree Parse_TT_Pattern(TokenStream& lex);
-extern TokenTree Parse_TT_Expr(TokenStream& lex);
-extern TokenTree Parse_TT_Type(TokenStream& lex);
-extern TokenTree Parse_TT_Stmt(TokenStream& lex);
-extern TokenTree Parse_TT_Block(TokenStream& lex);
-extern TokenTree Parse_TT_Path(TokenStream& lex, bool mode_expr);
-extern TokenTree Parse_TT_Meta(TokenStream& lex);
#endif // TOKENTREE_HPP_INCLUDED
|