summaryrefslogtreecommitdiffhomepage
path: root/examples/queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/queue.c')
-rw-r--r--examples/queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/queue.c b/examples/queue.c
index 2ea82080..2c2052e5 100644
--- a/examples/queue.c
+++ b/examples/queue.c
@@ -2,8 +2,6 @@
#include <stdio.h>
#define i_val int
-#define i_drop(x) printf("drop %d\n", *(x))
-#define i_from c_default_from
#define i_tag i
#include <stc/cqueue.h>