From bf92b3d33fdf15bc8eacacb1baf35fdd17131ee6 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 25 Sep 2007 17:59:25 -0400 Subject: Fixed bug #2440 --- cpp/include/Slice/PythonUtil.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpp/include/Slice/PythonUtil.h') 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 @@ -23,11 +23,6 @@ namespace Python // SLICE_API void generate(const Slice::UnitPtr&, bool, bool, const std::vector&, IceUtil::Output&); -// -// Split up a string using whitespace delimiters. -// -SLICE_API bool splitString(const std::string&, std::vector&, const std::string& = " \t\n\r"); - // // Convert a scoped name into a Python name. // -- cgit v1.2.3