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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to