summaryrefslogtreecommitdiff
path: root/colm/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pool.h')
-rw-r--r--colm/pool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/colm/pool.h b/colm/pool.h
index 454a5354..3a547bb8 100644
--- a/colm/pool.h
+++ b/colm/pool.h
@@ -73,9 +73,6 @@ long locationNumLost( Program *prg );
Stream *streamAllocate( Program *prg );
void streamFree( Program *prg, Stream *stream );
-Input *inputAllocate( Program *prg );
-void inputFree( Program *prg, Input *stream );
-
/* Wrong place. */
TreePair mapRemove( Program *prg, Map *map, Tree *key );