[PM/AA] Remove two no-op overridden functions that just delegated to the
[oota-llvm.git] / include / llvm / Analysis / LazyCallGraph.h
index b0b9068de34bf7a2d90f39053ecc94fcd8ed22a3..7cbc40f768ebcc4a90efe32f1995d799e1ec6211 100644 (file)
@@ -190,7 +190,7 @@ public:
 
     Function &getFunction() const {
       return F;
-    };
+    }
 
     iterator begin() const {
       return iterator(*G, Callees.begin(), Callees.end());