From a8b941c21b91612b9a0e5933e44c3d724d37f68f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 15 Jun 2010 17:47:24 +0000 Subject: Remove stray semi-colon. llvm-svn: 106009 --- llvm/examples/ExceptionDemo/ExceptionDemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/examples/ExceptionDemo/ExceptionDemo.cpp') diff --git a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp index bbca9637076..e09c990f8a9 100644 --- a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp @@ -1574,7 +1574,7 @@ public: )); } - ~OurCppRunException (void) throw () {}; + ~OurCppRunException (void) throw () {} }; -- cgit v1.2.3