summaryrefslogtreecommitdiff
path: root/src/exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception.cc')
-rw-r--r--src/exception.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exception.cc b/src/exception.cc
index a5891b3..3ebba99 100644
--- a/src/exception.cc
+++ b/src/exception.cc
@@ -104,11 +104,6 @@ namespace std
extern "C" std::type_info *__cxa_current_exception_type();
-extern "C" char* __cxa_demangle(const char* mangled_name,
- char* buf,
- size_t* n,
- int* status);
-
/**
* Class of exceptions to distinguish between this and other exception types.
*