summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/PythonUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/PythonUtil.h')
-rw-r--r--cpp/include/Slice/PythonUtil.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/include/Slice/PythonUtil.h b/cpp/include/Slice/PythonUtil.h
index 880390e702f..4440fb982e6 100644
--- a/cpp/include/Slice/PythonUtil.h
+++ b/cpp/include/Slice/PythonUtil.h
@@ -24,11 +24,6 @@ namespace Python
SLICE_API void generate(const Slice::UnitPtr&, bool, bool, const std::vector<std::string>&, IceUtil::Output&);
//
-// Split up a string using whitespace delimiters.
-//
-SLICE_API bool splitString(const std::string&, std::vector<std::string>&, const std::string& = " \t\n\r");
-
-//
// Convert a scoped name into a Python name.
//
SLICE_API std::string scopedToName(const std::string&);