diff options
Diffstat (limited to 'lib/libarchive/archive_write_private.h')
-rw-r--r-- | lib/libarchive/archive_write_private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libarchive/archive_write_private.h b/lib/libarchive/archive_write_private.h index 7764fdd..8deabbf 100644 --- a/lib/libarchive/archive_write_private.h +++ b/lib/libarchive/archive_write_private.h @@ -82,13 +82,6 @@ struct archive_write { } compressor; /* - * Again, write support is considerably simpler because there's - * no need for an auction. - */ - int archive_format; - const char *archive_format_name; - - /* * Pointers to format-specific functions for writing. They're * initialized by archive_write_set_format_XXX() calls. */ |