summaryrefslogtreecommitdiff
path: root/src/pdarun.h
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.h
parentd1829badfa217ab54a5a8f96eb4af1f1d382ea55 (diff)
downloadcolm-970034563818bc6e976953465d74424c773f2a57.tar.gz
balancing pushes and pulls
Diffstat (limited to 'src/pdarun.h')
-rw-r--r--src/pdarun.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdarun.h b/src/pdarun.h
index 1ac564ca..9190b430 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -70,8 +70,6 @@ struct fsm_tables
long num_action_switch;
};
-void undo_stream_pull( struct colm_program *prg, struct stream_impl *input_stream, const char *data, long length );
-
#if SIZEOF_LONG != 4 && SIZEOF_LONG != 8
#error "SIZEOF_LONG contained an unexpected value"
#endif