diff options
Diffstat (limited to 'src/input_stream.h')
-rw-r--r-- | src/input_stream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_stream.h b/src/input_stream.h index f57ac3120..d8698c4cd 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -77,8 +77,6 @@ struct input_stream { * the MIME content type of the resource, or NULL if unknown */ char *mime; - - void *archive; }; /** |