summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stream.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream.c b/src/stream.c
index 4a179247..69cbd0ad 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -72,6 +72,7 @@ int stream_impl_pop_line( struct stream_impl_data *ss )
return len;
}
+#ifdef DEBUG
static void dump_contents( struct colm_program *prg, struct stream_impl_data *sid )
{
struct run_buf *rb = sid->queue.head;
@@ -84,6 +85,7 @@ static void dump_contents( struct colm_program *prg, struct stream_impl_data *si
rb = rb->next;
}
}
+#endif
static bool loc_set( location_t *loc )
{