summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/CreateTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/thread/CreateTest.cpp')
-rw-r--r--cpp/test/IceUtil/thread/CreateTest.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/test/IceUtil/thread/CreateTest.cpp b/cpp/test/IceUtil/thread/CreateTest.cpp
index aa938d3352f..e287041d94d 100644
--- a/cpp/test/IceUtil/thread/CreateTest.cpp
+++ b/cpp/test/IceUtil/thread/CreateTest.cpp
@@ -10,8 +10,6 @@
#include <IceUtil/DisableWarnings.h>
#include <IceUtil/IceUtil.h>
-#include <stdio.h>
-
#include <CreateTest.h>
#include <TestCommon.h>
@@ -53,12 +51,5 @@ CreateTest::run()
ThreadControl control = t->start();
control.join();
test(t->threadran);
- if((i % 256) == 0)
- {
- char buf[5];
- sprintf(buf, "%04d", i);
- cout << buf << "" << flush;
- }
}
- cout << " " << flush;
}