From: Daniel Dunbar Date: Tue, 15 Jun 2010 17:47:24 +0000 (+0000) Subject: Remove stray semi-colon. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f19f6a9debfeb0248aa3cf159700d1766bb33988;p=oota-llvm.git Remove stray semi-colon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/ExceptionDemo/ExceptionDemo.cpp b/examples/ExceptionDemo/ExceptionDemo.cpp index bbca9637076..e09c990f8a9 100644 --- a/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/examples/ExceptionDemo/ExceptionDemo.cpp @@ -1574,7 +1574,7 @@ public: )); } - ~OurCppRunException (void) throw () {}; + ~OurCppRunException (void) throw () {} };