summaryrefslogtreecommitdiff
path: root/src/parse/paths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/paths.cpp')
-rw-r--r--src/parse/paths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/paths.cpp b/src/parse/paths.cpp
index a5d10f74..153f51a0 100644
--- a/src/parse/paths.cpp
+++ b/src/parse/paths.cpp
@@ -200,7 +200,7 @@ AST::Path Parse_Path(TokenStream& lex, bool is_abs, eParsePathGenericMode generi
::std::vector<TypeRef> types;
::std::vector< ::std::string> lifetimes;
::std::map< ::std::string, TypeRef> assoc_bounds;
- ::std::vector<unsigned int> int_args;
+ //::std::vector<unsigned int> int_args;
do {
if( LOOK_AHEAD(lex) == TOK_GT || LOOK_AHEAD(lex) == TOK_DOUBLE_GT || LOOK_AHEAD(lex) == TOK_GTE || LOOK_AHEAD(lex) == TOK_DOUBLE_GT_EQUAL ) {
GET_TOK(tok, lex);