summaryrefslogtreecommitdiff
path: root/src/nonstd/struct_io_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/struct_io_options.c')
-rw-r--r--src/nonstd/struct_io_options.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nonstd/struct_io_options.c b/src/nonstd/struct_io_options.c
deleted file mode 100644
index db125f6d..00000000
--- a/src/nonstd/struct_io_options.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <nonstd/io.h>
-
-struct io_options {
- const char *fnname;
- char *string;
- struct __FILE *stream;
- size_t maxlen;
- int fd;
- int flags;
-};