summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Thread.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-09-22 10:14:40 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-09-22 10:14:40 +0000
commite43379693c2ed0bc079a2a5a3dd3ad11754970eb (patch)
tree0c6553370076500bbdc03397315e3950e2eae818 /cpp/src/IceUtil/Thread.cpp
parentFix (diff)
downloadice-e43379693c2ed0bc079a2a5a3dd3ad11754970eb.tar.bz2
ice-e43379693c2ed0bc079a2a5a3dd3ad11754970eb.tar.xz
ice-e43379693c2ed0bc079a2a5a3dd3ad11754970eb.zip
Removed unecessary code
Diffstat (limited to 'cpp/src/IceUtil/Thread.cpp')
-rw-r--r--cpp/src/IceUtil/Thread.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/IceUtil/Thread.cpp b/cpp/src/IceUtil/Thread.cpp
index 9bba5a677d8..38b113382a0 100644
--- a/cpp/src/IceUtil/Thread.cpp
+++ b/cpp/src/IceUtil/Thread.cpp
@@ -180,9 +180,6 @@ startHook(void* arg)
//
unsigned int seed = static_cast<unsigned int>(IceUtil::Time::now().toMicroSeconds());
srand(seed);
-#ifndef _WIN32
- srand48(seed);
-#endif
//
// Ensure that the thread doesn't go away until run() has