From 8b39a701ec9a09c1a66bce5ebfab99aacfb77815 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 28 Oct 2023 18:37:50 +0200 Subject: interprocess: remove logging --- source/tests/test_interprocess.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source') diff --git a/source/tests/test_interprocess.c b/source/tests/test_interprocess.c index 308c511..ee25324 100644 --- a/source/tests/test_interprocess.c +++ b/source/tests/test_interprocess.c @@ -17,9 +17,6 @@ typedef struct { enum { STATE_INIT, STATE_READY, STATE_DONE }; int run_writer() { - printf("Run writer.\n"); - fflush(stdout); - shared_memory_t mem = shared_memory_open( SZ(NAME), sizeof(shared_data_t), SHARED_MEMORY_CREATE); @@ -73,9 +70,6 @@ int run_writer() { } int run_reader() { - printf("Run reader.\n"); - fflush(stdout); - struct timespec t0; timespec_get(&t0, TIME_UTC); -- cgit v1.2.3