summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive.h.in
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-03-06 01:06:49 +0000
committerkientzle <kientzle@FreeBSD.org>2004-03-06 01:06:49 +0000
commitb2042c11e8977dfea96070cc15c5e47b57bd1756 (patch)
tree8ce8e0f0cf604c0b6e64caae766b2b82c3a9d50a /lib/libarchive/archive.h.in
parenta96c560b594bffc7166cb1c5e63654f7399add46 (diff)
downloadFreeBSD-src-b2042c11e8977dfea96070cc15c5e47b57bd1756.zip
FreeBSD-src-b2042c11e8977dfea96070cc15c5e47b57bd1756.tar.gz
Remove last evidence of a long-dead function.
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