summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-09 17:20:54 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-09 17:20:54 +0800
commita1e92870cc54d3daec9d94b38623167a5a653d9d (patch)
treeda09c12891425e53f9ba07b1bc9cead181fa062c /src/struct.h
parentada8d5f7c5e8f7fd14c40b063db9f85ff253e40e (diff)
downloadcolm-a1e92870cc54d3daec9d94b38623167a5a653d9d.tar.gz
removed parser from input, initting with input takes pointer to input_t
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/struct.h b/src/struct.h
index 47f1fcd7..42710edb 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -69,8 +69,6 @@ typedef struct colm_input
void *buffer[8];
struct input_impl *impl;
- parser_t *parser;
- char not_owner;
} input_t;
/* Must overlay colm_inbuilt. */
@@ -84,8 +82,6 @@ typedef struct colm_stream
void *buffer[8];
struct stream_impl *impl;
- parser_t *parser;
- char not_owner;
} stream_t;
#define COLM_LIST_EL_SIZE 2