]> granicus.if.org Git - clang/commitdiff
Remove extraneous ';'.
authorBill Wendling <isanbard@gmail.com>
Mon, 23 Jan 2012 22:53:59 +0000 (22:53 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 23 Jan 2012 22:53:59 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148739 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h

index fa5c6ea86506a2c906f76037239fcbee780eaf0c..70e45b3c54d19d6bc1eef8bc6b2b8a97c00799ee 100644 (file)
@@ -63,7 +63,7 @@ public:
 
   virtual void dump() const;
 
-  virtual void dumpToStream(raw_ostream &os) const {};
+  virtual void dumpToStream(raw_ostream &os) const {}
 
   virtual QualType getType(ASTContext&) const = 0;
   virtual void Profile(llvm::FoldingSetNodeID& profile) = 0;