some cleanups from the conversion of Pipes[] to a linked list. I also
[samba.git] / source3 / include / local.h
index af12f835515aeb8d4a2c6352f58579b0f7773e86..1db1e9d4c1a10a0202b8247e64b3bca299137c7d 100644 (file)
@@ -45,9 +45,6 @@
    one time. */
 #define MAX_CONNECTIONS 127
 
-/* this must be larger than the sum of the open files and directories */
-#define PIPE_HANDLE_OFFSET 0x7000
-
 /* Default size of shared memory used for share mode locking */
 #ifndef SHMEM_SIZE
 #define SHMEM_SIZE (1024*1024)