summaryrefslogtreecommitdiff
path: root/pr/tests/servr_uu.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/servr_uu.c')
-rw-r--r--pr/tests/servr_uu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pr/tests/servr_uu.c b/pr/tests/servr_uu.c
index 82cd7d9c..a9638feb 100644
--- a/pr/tests/servr_uu.c
+++ b/pr/tests/servr_uu.c
@@ -150,11 +150,7 @@ WorkerThreadFunc(void *_listenSock)
if (debug_mode) DPRINTF("\tServer accepted connection (%d bytes)\n", bytesRead);
PR_AtomicIncrement(&workerThreadsBusy);
-#ifdef SYMBIAN
- if (workerThreadsBusy == workerThreads && workerThreads<1) {
-#else
if (workerThreadsBusy == workerThreads) {
-#endif
PR_Lock(workerThreadsLock);
if (workerThreadsBusy == workerThreads) {
@@ -523,7 +519,6 @@ int main(int argc, char **argv)
PL_DestroyOptState(opt);
/* main test */
-#ifndef SYMBIAN
if (debug_mode) {
printf("Enter number of iterations: \n");
scanf("%d", &_iterations);
@@ -535,7 +530,6 @@ int main(int argc, char **argv)
scanf("%d", &_server_data);
}
else
-#endif
{
_iterations = 7;
_clients = 7;