diff options
Diffstat (limited to 'source3/tests/summary.c')
-rw-r--r-- | source3/tests/summary.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/tests/summary.c b/source3/tests/summary.c index 7ff9ea61c9..79a530b013 100644 --- a/source3/tests/summary.c +++ b/source3/tests/summary.c @@ -7,10 +7,6 @@ main() exit(1); #endif -#if !(defined(HAVE_SYSV_IPC) || defined(HAVE_SHARED_MMAP)) - printf("WARNING: no shared memory. Running with slow locking code\n"); -#endif - #if !(defined(HAVE_IFACE_IFCONF) || defined(HAVE_IFACE_IFREQ) || defined(HAVE_IFACE_AIX)) printf("WARNING: No automated network interface determination\n"); #endif |