aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/util.h')
-rw-r--r--src/stdlib/util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stdlib/util.h b/src/stdlib/util.h
index 4cb1b375..25cd49f9 100644
--- a/src/stdlib/util.h
+++ b/src/stdlib/util.h
@@ -19,10 +19,6 @@
#define IF_DECLARE(decl, expr, block) if (({ decl; expr ? ({ block; 1; }) : 0; })) {}
-#ifndef auto
-#define auto __auto_type
-#endif
-
#define WHEN(type, subj, var, body) { type var = subj; switch (var.$tag) body }
#ifndef public