1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Remove stray semi-colon.

llvm-svn: 106009
This commit is contained in:
Daniel Dunbar 2010-06-15 17:47:24 +00:00
parent 99baadaee9
commit 50f8239f37

View File

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