diff options
author | Jose <jose@zeroc.com> | 2009-07-09 14:49:06 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-07-09 14:49:06 +0200 |
commit | 9a269fd25f9fd0122092df49703c572168241ffa (patch) | |
tree | 8924a059efcf3617d9c8051fdf435a4b39e08a20 /cpp/include/IceUtil/StringUtil.h | |
parent | fixing VC++ compilation error in StringUtil.cpp (diff) | |
download | ice-9a269fd25f9fd0122092df49703c572168241ffa.tar.bz2 ice-9a269fd25f9fd0122092df49703c572168241ffa.tar.xz ice-9a269fd25f9fd0122092df49703c572168241ffa.zip |
Revert 3965 - new version of Ice::initialize.
Diffstat (limited to 'cpp/include/IceUtil/StringUtil.h')
-rw-r--r-- | cpp/include/IceUtil/StringUtil.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/include/IceUtil/StringUtil.h b/cpp/include/IceUtil/StringUtil.h index 4ecdc3cc3c8..72f061e311e 100644 --- a/cpp/include/IceUtil/StringUtil.h +++ b/cpp/include/IceUtil/StringUtil.h @@ -77,11 +77,6 @@ ICE_UTIL_API std::string toUpper(const std::string&); // ICE_UTIL_API std::string removeWhitespace(const std::string&); -// -// Duplicate argv argument vector -// -ICE_UTIL_API char** dupArgv(const char*[]); - } #endif |