aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/extractor_ipc_gnu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c
index 6ed3180..c51987a 100644
--- a/src/main/extractor_ipc_gnu.c
+++ b/src/main/extractor_ipc_gnu.c
@@ -48,11 +48,6 @@ struct EXTRACTOR_SharedMemory
48 void *shm_ptr; 48 void *shm_ptr;
49 49
50 /** 50 /**
51 * Page size. Mmap offset is a multiple of this number.
52 */
53 long allocation_granularity;
54
55 /**
56 * Allocated size of the shm 51 * Allocated size of the shm
57 */ 52 */
58 size_t shm_size; 53 size_t shm_size;