Index: src/ResolvExpr/CandidateFinder.cpp
===================================================================
--- src/ResolvExpr/CandidateFinder.cpp	(revision 5d8dae738e8a9bbf3ef4a60cb2d207b68d9160e9)
+++ src/ResolvExpr/CandidateFinder.cpp	(revision d1abc63c48f98806d5c9e03885a976c82352ee4e)
@@ -862,9 +862,4 @@
 				}
 			}
-		}
-
-		void postvisit( const ast::QualifiedNameExpr * qualifiedNameExpr ) {
-			auto mangleName = Mangle::mangle(qualifiedNameExpr->var);
-			addCandidate( qualifiedNameExpr, tenv );
 		}
 
