diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-22 10:14:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-22 10:14:40 +0000 |
commit | e43379693c2ed0bc079a2a5a3dd3ad11754970eb (patch) | |
tree | 0c6553370076500bbdc03397315e3950e2eae818 /cpp | |
parent | Fix (diff) | |
download | ice-e43379693c2ed0bc079a2a5a3dd3ad11754970eb.tar.bz2 ice-e43379693c2ed0bc079a2a5a3dd3ad11754970eb.tar.xz ice-e43379693c2ed0bc079a2a5a3dd3ad11754970eb.zip |
Removed unecessary code
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/IceUtil/Thread.cpp | 3 |
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 |