summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libarchive/archive.h.in')
-rw-r--r--lib/libarchive/archive.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libarchive/archive.h.in b/lib/libarchive/archive.h.in
index 6a3b92e..948e67b 100644
--- a/lib/libarchive/archive.h.in
+++ b/lib/libarchive/archive.h.in
@@ -107,15 +107,6 @@ typedef int archive_close_callback(struct archive *, void *_client_data);
struct archive *archive_read_new(void);
/*
- * XXX Kill this function. The client callback is now responsible for
- * read blocking. XXX
- */
-/*
- int archive_read_set_bytes_per_block(struct archive *,
- int bytes_per_blk);
-*/
-
-/*
* The archive_read_support_XXX calls enable auto-detect for this
* archive handle. They also link in the necessary support code.
* For example, if you don't want bzlib linked in, don't invoke
OpenPOWER on IntegriCloud