summaryrefslogtreecommitdiff
path: root/contrib/libarchive/libarchive/archive_write_open_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libarchive/libarchive/archive_write_open_memory.c')
-rw-r--r--contrib/libarchive/libarchive/archive_write_open_memory.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/libarchive/libarchive/archive_write_open_memory.c b/contrib/libarchive/libarchive/archive_write_open_memory.c
index 02c00227e3cb..e9e1e29ea73e 100644
--- a/contrib/libarchive/libarchive/archive_write_open_memory.c
+++ b/contrib/libarchive/libarchive/archive_write_open_memory.c
@@ -32,18 +32,6 @@ __FBSDID("$FreeBSD$");
#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;