summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-01-03 15:18:10 +0100
committerTyge Løvset <[email protected]>2022-01-03 15:18:10 +0100
commit50825b5a3e635d22e7a6eaa1006ed5ec306b2995 (patch)
tree2004ab6c1753708a51a77cc3f70029e94de44b91
parent562a351011c022435d7e61e0068e61f50c4fe2d3 (diff)
downloadSTC-modified-50825b5a3e635d22e7a6eaa1006ed5ec306b2995.tar.gz
STC-modified-50825b5a3e635d22e7a6eaa1006ed5ec306b2995.zip
Removed debug code.
-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>