aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib')
-rw-r--r--src/stdlib/util.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stdlib/util.h b/src/stdlib/util.h
index a789c5f0..1530bd9e 100644
--- a/src/stdlib/util.h
+++ b/src/stdlib/util.h
@@ -21,17 +21,6 @@
&var; \
})
-#define IF_DECLARE(decl, expr, block) \
- if (({ \
- decl; \
- expr ? ({ \
- block; \
- 1; \
- }) \
- : 0; \
- })) { \
- }
-
#define WHEN(type, subj, var, body) \
{ \
type var = subj; \