Removed unused function from testsymboldatabase.cpp
This commit is contained in:
parent
6955e719cf
commit
9a755714b5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue