commit | f19f6a9debfeb0248aa3cf159700d1766bb33988 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Jun 15 17:47:24 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Jun 15 17:47:24 2010 +0000 |
tree | 683240e6415f984bcaf0baa68f617774133017d4 | |
parent | 4ffd22d8103aa374dc9573012993139948165577 [diff] [blame] |
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 bbca963..e09c990 100644 --- a/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/examples/ExceptionDemo/ExceptionDemo.cpp
@@ -1574,7 +1574,7 @@ )); } - ~OurCppRunException (void) throw () {}; + ~OurCppRunException (void) throw () {} };