]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_cstring.hpp
remove some unused stlplus modules
[chaz/yoink] / src / stlplus / strings / string_cstring.hpp
diff --git a/src/stlplus/strings/string_cstring.hpp b/src/stlplus/strings/string_cstring.hpp
deleted file mode 100644 (file)
index 7d04940..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef STLPLUS_STRING_CSTRING
-#define STLPLUS_STRING_CSTRING
-////////////////////////////////////////////////////////////////////////////////
-
-//   Author:    Andy Rushton
-//   Copyright: (c) Southampton University 1999-2004
-//              (c) Andy Rushton           2004-2009
-//   License:   BSD License, see ../docs/license.html
-
-//   Functions for converting C strings to string
-
-//   This is necessary for completeness
-
-////////////////////////////////////////////////////////////////////////////////
-#include "strings_fixes.hpp"
-#include <string>
-#include <stdexcept>
-
-namespace stlplus
-{
-
-  std::string cstring_to_string(const char* value);
-
-}
-
-#endif
This page took 0.017752 seconds and 4 git commands to generate.