]> granicus.if.org Git - clang/commitdiff
Delete stray semicolon.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 22 Dec 2011 06:36:54 +0000 (06:36 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 22 Dec 2011 06:36:54 +0000 (06:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147140 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 5a5506f5e6d1f82a446813ae909ce31860720cde..32381e7decee2800c286e119df1cf95f7512f298 100644 (file)
@@ -315,7 +315,7 @@ public:
 
   QualType getType(ASTContext &C) const { return ToTy; }
 
-  const SymExpr *getOperand() const { return Operand; };
+  const SymExpr *getOperand() const { return Operand; }
 
   void dumpToStream(raw_ostream &os) const;