Remove stray semi-colon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-06-15 17:47:24 +00:00
parent 4ffd22d810
commit f19f6a9deb

View File

@ -1574,7 +1574,7 @@ public:
));
}
~OurCppRunException (void) throw () {};
~OurCppRunException (void) throw () {}
};