aboutsummaryrefslogtreecommitdiff
path: root/lib/io/src/unix/istream.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/io/src/unix/istream.c')
-rw-r--r--lib/io/src/unix/istream.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/io/src/unix/istream.c b/lib/io/src/unix/istream.c
index 5005a69..55b467e 100644
--- a/lib/io/src/unix/istream.c
+++ b/lib/io/src/unix/istream.c
@@ -153,8 +153,3 @@ int istream_open_file(sqfs_istream_t **out, const char *path)
return ret;
}
-
-int istream_open_stdin(sqfs_istream_t **out)
-{
- return istream_open_handle(out, "stdin", STDIN_FILENO);
-}