Removed unused function from testsymboldatabase.cpp

This commit is contained in:
PKEuS 2014-10-16 11:12:28 +02:00
parent 6955e719cf
commit 9a755714b5
1 changed files with 0 additions and 9 deletions

View File

@ -49,15 +49,6 @@ public:
}
private:
void createSymbolDatabase(const char code[]) {
errout.str("");
Settings settings;
Tokenizer tokenizer(&settings, this);
std::istringstream istr(code);
tokenizer.tokenize(istr, "test.cpp");
tokenizer.getSymbolDatabase();
}
const Scope si;
const Token* vartok;
const Token* typetok;