diff options
Diffstat (limited to 'libarchive/archive_write_open_memory.c')
-rw-r--r-- | libarchive/archive_write_open_memory.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libarchive/archive_write_open_memory.c b/libarchive/archive_write_open_memory.c index d235ca0..4f8d679 100644 --- a/libarchive/archive_write_open_memory.c +++ b/libarchive/archive_write_open_memory.c @@ -32,18 +32,6 @@ __FBSDID("$FreeBSD: src/lib/libarchive/archive_write_open_memory.c,v 1.3 2007/01 #include "archive.h" -/* - * This is a little tricky. I used to allow the - * compression handling layer to fork the compressor, - * which means this write function gets invoked in - * a separate process. That would, of course, make it impossible - * to actually use the data stored into memory here. - * Fortunately, none of the compressors fork today and - * I'm reluctant to use that route in the future but, if - * forking compressors ever do reappear, this will have - * to get a lot more complicated. - */ - struct write_memory_data { size_t used; size_t size; |