diff --git a/Statements.cpp b/Statements.cpp index c2dca55ad..9cff841a5 100644 --- a/Statements.cpp +++ b/Statements.cpp @@ -49,12 +49,6 @@ static void AppendStatement(STATEMENT::etype Type, TOKEN *tok, std::string Var=" } } - if ( PointerType ) - { - if ( ! ShowAll && ! IsStandardType(PointerType) ) - return; - } - Statements.push_back(NewStatement); } diff --git a/tests.cpp b/tests.cpp index 0fd67497f..5df0c419e 100644 --- a/tests.cpp +++ b/tests.cpp @@ -215,7 +215,6 @@ static void internal_statementlist() -/* TODO: This should work const char code5[] = "void f()\n" "{\n" @@ -234,7 +233,6 @@ static void internal_statementlist() check( statementlist, __LINE__, code5, sl5 ); -*/ const char code6[] = "void f()\n"