summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colm/input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/input.h b/colm/input.h
index 036f0cbd..b72c2406 100644
--- a/colm/input.h
+++ b/colm/input.h
@@ -156,8 +156,6 @@ struct _StreamImpl
struct ConsItem *consItem;
};
-typedef struct _StreamImpl StreamImpl;
-
StreamImpl *newSourceStreamPat( struct Pattern *pattern );
StreamImpl *newSourceStreamCons( struct Constructor *constructor );
StreamImpl *newSourceStreamFile( FILE *file );