diff options
Diffstat (limited to 'source3/include/local.h')
-rw-r--r-- | source3/include/local.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index fbde799e5c..b5590f9f91 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -47,11 +47,6 @@ #define SYSLOG_FACILITY LOG_DAEMON #endif -/* Default size of shared memory used for share mode locking */ -#ifndef SHMEM_SIZE -#define SHMEM_SIZE (1024*1024) -#endif - /* * Default number of maximum open files per smbd. This is * also limited by the maximum available file descriptors |