Get rid of useless overload of findType().

This commit is contained in:
Roberto Raggi
2010-05-14 14:18:44 +02:00
parent 31135d5767
commit 469b6ef741
2 changed files with 1 additions and 22 deletions

View File

@@ -126,10 +126,6 @@ public:
/// Finds the binding associated to the given symbol.
ClassOrNamespace *lookupType(Symbol *symbol);
/// Find the binding with the given path.
/// \internal
ClassOrNamespace *lookupType(const QList<const Name *> &path);
/// Returns the Control that must be used to create temporary symbols.
/// \internal
Control *control() const;