[cfe-commits] r95872 - /cfe/trunk/include/clang/Driver/ToolChain.h

Benjamin Kramer benny.kra at googlemail.com
Thu Feb 11 03:33:48 PST 2010


Author: d0k
Date: Thu Feb 11 05:33:47 2010
New Revision: 95872

URL: http://llvm.org/viewvc/llvm-project?rev=95872&view=rev
Log:
Remove noisy semicolon.

Modified:
    cfe/trunk/include/clang/Driver/ToolChain.h

Modified: cfe/trunk/include/clang/Driver/ToolChain.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/ToolChain.h?rev=95872&r1=95871&r2=95872&view=diff

==============================================================================
--- cfe/trunk/include/clang/Driver/ToolChain.h (original)
+++ cfe/trunk/include/clang/Driver/ToolChain.h Thu Feb 11 05:33:47 2010
@@ -125,7 +125,7 @@
   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





More information about the cfe-commits mailing list