diff --git a/test/test-reflock.c b/test/test-reflock.c index 4f93b73..251e74a 100644 --- a/test/test-reflock.c +++ b/test/test-reflock.c @@ -54,7 +54,6 @@ static unsigned int __stdcall test_thread(void* arg) { ReleaseSRWLockShared(&context->srwlock); assert(lock_count > 100); /* Hopefully much more. */ - printf("%llu\n", lock_count); return 0; }