From: Bill Wendling Date: Mon, 23 Jan 2012 22:53:59 +0000 (+0000) Subject: Remove extraneous ';'. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f75823f3d4dc84630a9d814479140145e62accf3;p=clang Remove extraneous ';'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148739 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h b/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h index fa5c6ea865..70e45b3c54 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h @@ -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;