]> granicus.if.org Git - clang/commitdiff
Remove stray semi-colon.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 8 Mar 2012 20:28:59 +0000 (20:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 8 Mar 2012 20:28:59 +0000 (20:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152331 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CallGraph.cpp

index 2aaeaf132d790f2caa566b175eb0d540b5154155..79519d751230c9dc73f121fd4536945f3459f496 100644 (file)
@@ -63,7 +63,7 @@ public:
         CallGraphNode *CalleeNode = G->getOrInsertFunction(CalleeDecl);
         CallerNode->addCallee(CalleeNode, G);
       }
-  };
+  }
 
   void VisitChildren(Stmt *S) {
     for (Stmt::child_range I = S->children(); I; ++I)