diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-09-25 17:59:25 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-09-25 17:59:25 -0400 |
commit | bf92b3d33fdf15bc8eacacb1baf35fdd17131ee6 (patch) | |
tree | e6e430aff788ded4e2e64d4a774c55b1f1dc0cb9 /cpp/include/Slice/PythonUtil.h | |
parent | Fixed VC8 compilation error (diff) | |
download | ice-bf92b3d33fdf15bc8eacacb1baf35fdd17131ee6.tar.bz2 ice-bf92b3d33fdf15bc8eacacb1baf35fdd17131ee6.tar.xz ice-bf92b3d33fdf15bc8eacacb1baf35fdd17131ee6.zip |
Fixed bug #2440
Diffstat (limited to 'cpp/include/Slice/PythonUtil.h')
-rw-r--r-- | cpp/include/Slice/PythonUtil.h | 5 |
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&); |