aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-05 23:14:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-05 23:14:16 +0000
commit39a6d1b56a8c754f352fbdc755366b17d09d456f (patch)
tree938480b65c6928a171c923c843e556136191b249
parent5f803ae67283db44f7860d3d98970b33f461f790 (diff)
downloadlibextractor-39a6d1b56a8c754f352fbdc755366b17d09d456f.tar.gz
libextractor-39a6d1b56a8c754f352fbdc755366b17d09d456f.zip
-dead
-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;