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/RubyUtil.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/RubyUtil.h')
-rw-r--r-- | cpp/include/Slice/RubyUtil.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/include/Slice/RubyUtil.h b/cpp/include/Slice/RubyUtil.h index a668d58426a..c581c66e2e5 100644 --- a/cpp/include/Slice/RubyUtil.h +++ b/cpp/include/Slice/RubyUtil.h @@ -24,11 +24,6 @@ namespace Ruby 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"); - -// // Check the given identifier against Ruby's list of reserved words. If it matches // a reserved word, then an escaped version is returned with a leading underscore. // |