aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/extractor_ipc_w32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/extractor_ipc_w32.c b/src/main/extractor_ipc_w32.c
index 5c9947b..7b73061 100644
--- a/src/main/extractor_ipc_w32.c
+++ b/src/main/extractor_ipc_w32.c
@@ -101,11 +101,6 @@ struct EXTRACTOR_Channel
101 HANDLE cpipe_out; 101 HANDLE cpipe_out;
102 102
103 /** 103 /**
104 * Page size. Mmap offset is a multiple of this number.
105 */
106 DWORD allocation_granularity;
107
108 /**
109 * A structure for overlapped reads on W32. 104 * A structure for overlapped reads on W32.
110 */ 105 */
111 OVERLAPPED ov_read; 106 OVERLAPPED ov_read;