aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/archive_plugin.h')
-rw-r--r--src/archive_plugin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/archive_plugin.h b/src/archive_plugin.h
index 52629f2e1..b15320503 100644
--- a/src/archive_plugin.h
+++ b/src/archive_plugin.h
@@ -67,9 +67,6 @@ struct archive_plugin {
/**
* Opens an input_stream of a file within the archive.
*
- * If this function succeeds, then the #input_stream "owns"
- * the archive file and will automatically close it.
- *
* @param path the path within the archive
* @param error_r location to store the error occuring, or
* NULL to ignore errors