summaryrefslogtreecommitdiff
path: root/src/exception.cc
diff options
context:
space:
mode:
authorDavid Chisnall <dchisnall@pathscale.com>2011-09-29 21:49:37 +0100
committerDavid Chisnall <dchisnall@pathscale.com>2011-09-29 21:49:37 +0100
commit534b85dd7f30d09c84db6ea9f2c189fced8b3ec2 (patch)
treece939af9d8aca17a547cab4214cfda95a7e9bbe0 /src/exception.cc
parentf203ee80a527906857f623949e43fe2f65c1c1e8 (diff)
downloadlibcxxrt-534b85dd7f30d09c84db6ea9f2c189fced8b3ec2.tar.gz
libcxxrt-534b85dd7f30d09c84db6ea9f2c189fced8b3ec2.tar.bz2
libcxxrt-534b85dd7f30d09c84db6ea9f2c189fced8b3ec2.tar.xz
Fix exception.cc to not include its own (incompatible) prototype of a function that's now in the header.
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.
*