Remove last evidence of a long-dead function.

This commit is contained in:
Tim Kientzle 2004-03-06 01:06:49 +00:00
parent bca59216f7
commit 0af600eb12
2 changed files with 0 additions and 18 deletions

View File

@ -106,15 +106,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.

View File

@ -106,15 +106,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.