Remove last evidence of a long-dead function.
This commit is contained in:
parent
bca59216f7
commit
0af600eb12
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user