diff options
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r-- | cpp/src/IceGrid/Activator.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp index 0c5a82cf24a..628978b6488 100644 --- a/cpp/src/IceGrid/Activator.cpp +++ b/cpp/src/IceGrid/Activator.cpp @@ -481,11 +481,7 @@ Activator::activate(const string& name, // // Make a copy of the command line. // -#if defined(_MSC_VER) && (_MSC_VER >= 1400) wchar_t* cmdbuf = _wcsdup(IceUtil::stringToWstring(cmd).c_str()); -#else - wchar_t* cmdbuf = wcsdup(IceUtil::stringToWstring(cmd).c_str()); -#endif // // Create the environment block for the child process. We start with the environment |