summaryrefslogtreecommitdiffstats
path: root/test/src/test-w3c.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-04 01:03:43 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-04 01:03:43 (GMT)
commitf0e9ecf5bc708f57270f8b7e3abb50538224c3ef (patch)
tree8db85f4a472b82129e8c39f03a2f0e05fd2a8297 /test/src/test-w3c.cpp
parent53285acbd3e480837b7544bd217767cf9dbfa530 (diff)
downloaduscxml-f0e9ecf5bc708f57270f8b7e3abb50538224c3ef.zip
uscxml-f0e9ecf5bc708f57270f8b7e3abb50538224c3ef.tar.gz
uscxml-f0e9ecf5bc708f57270f8b7e3abb50538224c3ef.tar.bz2
Messed up an #endif
Diffstat (limited to 'test/src/test-w3c.cpp')
-rw-r--r--test/src/test-w3c.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/test-w3c.cpp b/test/src/test-w3c.cpp
index 39862f4..4060ef0 100644
--- a/test/src/test-w3c.cpp
+++ b/test/src/test-w3c.cpp
@@ -48,7 +48,6 @@ void load_orig_throw_code() {
orig_cxa_throw = (cxa_throw_type) dlsym(RTLD_NEXT, "__cxa_throw");
}
-#if 0
extern "C"
void __cxa_throw (void *thrown_exception, void *pvtinfo, void (*dest)(void *)) {
std::cerr << __FUNCTION__ << " will throw exception from " << std::endl;