aboutsummaryrefslogtreecommitdiff
path: root/lib/io/istream.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/io/istream.c')
-rw-r--r--lib/io/istream.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/io/istream.c b/lib/io/istream.c
index 6318a23..64fa478 100644
--- a/lib/io/istream.c
+++ b/lib/io/istream.c
@@ -58,11 +58,6 @@ int istream_precache(istream_t *strm)
return strm->precache(strm);
}
-const char *istream_get_filename(istream_t *strm)
-{
- return strm->get_filename(strm);
-}
-
int istream_skip(istream_t *strm, sqfs_u64 size)
{
size_t diff;