summaryrefslogtreecommitdiff
path: root/src/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-10 09:55:05 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-10 09:55:05 +0800
commit2a65d8e4410570fc1f70a7c7679634c7725cd538 (patch)
tree26317076377d15cdd01f6379c59a32c67809ba79 /src/pdarun.h
parenta1e92870cc54d3daec9d94b38623167a5a653d9d (diff)
downloadcolm-2a65d8e4410570fc1f70a7c7679634c7725cd538.tar.gz
more separation of input and stream
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index e86aeb4c..45b28e26 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -427,7 +427,6 @@ void colm_increment_steps( struct pda_run *pda_run );
void colm_decrement_steps( struct pda_run *pda_run );
void colm_clear_stream_impl( struct colm_program *prg, tree_t **sp, struct stream_impl *input_stream );
-void colm_clear_source_stream( struct colm_program *prg, tree_t **sp, struct stream_impl_seq *source_stream );
#define PCR_START 1
#define PCR_DONE 2