summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/stacktrace/Client.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-02-26 21:41:16 +0100
committerJose <jose@zeroc.com>2018-02-26 21:41:16 +0100
commit792daf92c5e21e402c238040e7362353cf8922b3 (patch)
tree25f188775faf5c70d3604773d1ef74f8875c1f86 /cpp/test/IceUtil/stacktrace/Client.cpp
parentFixed C# Ice/ami test failures (diff)
downloadice-792daf92c5e21e402c238040e7362353cf8922b3.tar.bz2
ice-792daf92c5e21e402c238040e7362353cf8922b3.tar.xz
ice-792daf92c5e21e402c238040e7362353cf8922b3.zip
stack trace failure in macOS Sierra
Diffstat (limited to 'cpp/test/IceUtil/stacktrace/Client.cpp')
-rw-r--r--cpp/test/IceUtil/stacktrace/Client.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpp/test/IceUtil/stacktrace/Client.cpp b/cpp/test/IceUtil/stacktrace/Client.cpp
index 495cacc9988..e5959ae3ae5 100644
--- a/cpp/test/IceUtil/stacktrace/Client.cpp
+++ b/cpp/test/IceUtil/stacktrace/Client.cpp
@@ -115,26 +115,7 @@ int main(int argc, char* argv[])
string filename = "StackTrace.";
-#if defined(__APPLE__)
- bool binDist = false;
- const char* s = getenv("ICE_BIN_DIST");
- if(s && *s != '\0')
- {
- binDist = (string(s).find("all") != std::string::npos) || (string(s).find("cpp") != std::string::npos);
- }
-
- if(binDist)
- {
- if(!optimized)
- {
- filename += "debug-";
- }
- filename += "bindist";
- }
- else if(optimized)
-#else
if(optimized)
-#endif
{
filename += "release";
#if defined(_MSC_VER)