]> granicus.if.org Git - clang/commitdiff
Remove noisy semicolon.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 11 Feb 2010 11:33:47 +0000 (11:33 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 11 Feb 2010 11:33:47 +0000 (11:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95872 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/ToolChain.h

index 42b3d47c064bb72dd7895ea1d1ed2d9c13f05552..9a82973dca27314aae9e77423c82879d205bbef7 100644 (file)
@@ -125,7 +125,7 @@ public:
   virtual bool UseDwarfDebugFlags() const { return false; }
 
   /// UseSjLjExceptions - Does this tool chain use SjLj exceptions.
-  virtual bool UseSjLjExceptions() const { return false; };
+  virtual bool UseSjLjExceptions() const { return false; }
 };
 
 } // end namespace driver