aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-08-07 16:30:45 +0000
committerLRN <lrn1986@gmail.com>2012-08-07 16:30:45 +0000
commitdfd28d259a5152a091f0443b9c3cc9e2170fac02 (patch)
tree0fc789ae17dcac78ed4237704d22a1e6203edd51
parent16e36aaf36734838d7075f92fd3574cead5b6308 (diff)
downloadlibextractor-dfd28d259a5152a091f0443b9c3cc9e2170fac02.tar.gz
libextractor-dfd28d259a5152a091f0443b9c3cc9e2170fac02.zip
dead
-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;