Removed useless arguments

This commit is contained in:
Roberto Raggi
2009-12-03 11:59:37 +01:00
parent 04a6d4678b
commit 43df685c68
3 changed files with 13 additions and 31 deletions

View File

@@ -64,7 +64,7 @@ public:
void setGlobalNamespaceBinding(NamespaceBindingPtr globalNamespaceBinding);
void operator()(Symbol *symbol, const Identifier *id, AST *ast);
void operator()(Symbol *symbol);
QList<Usage> usages() const;
QList<int> references() const;