diff options
Diffstat (limited to 'src/lib/cfuns-c.cxx')
-rw-r--r-- | src/lib/cfuns-c.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/cfuns-c.cxx b/src/lib/cfuns-c.cxx index 11c28691..5dbcd6bc 100644 --- a/src/lib/cfuns-c.cxx +++ b/src/lib/cfuns-c.cxx @@ -79,11 +79,6 @@ #endif namespace OpenAxiom { - // Make a copy of string data on free store. - static char* - copy_c_str(const std::string& s) { - return strdup(s.c_str()); - } OPENAXIOM_C_EXPORT int addtopath(char *dir) |