summaryrefslogtreecommitdiff
path: root/src/pdarun.c
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-06-25 20:56:56 +0700
committerAdrian Thurston <thurston@colm.net>2018-06-25 20:56:56 +0700
commit970034563818bc6e976953465d74424c773f2a57 (patch)
tree945aba4029257ea076abad2e414c6e39e48a9887 /src/pdarun.c
parentd1829badfa217ab54a5a8f96eb4af1f1d382ea55 (diff)
downloadcolm-970034563818bc6e976953465d74424c773f2a57.tar.gz
balancing pushes and pulls
Diffstat (limited to 'src/pdarun.c')
-rw-r--r--src/pdarun.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pdarun.c b/src/pdarun.c
index 04acc1cd..a1be290b 100644
--- a/src/pdarun.c
+++ b/src/pdarun.c
@@ -141,12 +141,6 @@ head_t *colm_stream_pull( program_t *prg, tree_t **sp, struct pda_run *pda_run,
}
}
-void undo_stream_pull( struct colm_program *prg, struct stream_impl *is, const char *data, long length )
-{
- //debug( REALM_PARSE, "undoing stream pull\n" );
-
- is->funcs->prepend_data( prg, is, data, length );
-}
void colm_stream_push_text( struct colm_program *prg, struct stream_impl *is, const char *data, long length )
{