diff options
Diffstat (limited to 'src/input_stream.h')
-rw-r--r-- | src/input_stream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_stream.h b/src/input_stream.h index db4d6ff57..6ad720efb 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -21,8 +21,6 @@ #include <stddef.h> -typedef struct input_stream InputStream; - struct input_stream { int ready; |