aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/common.h b/common.h
index 44a0b5d..a24a425 100644
--- a/common.h
+++ b/common.h
@@ -38,15 +38,6 @@
#define COMMA ,
/**
- * X-macro-enabled listing of all intergers in [0, 0]
- *
- * @param X(int) The macro to expand 4 times
- * @param D Code to insert between each expansion of `X`
- */
-#define LIST_1(X, D)\
- X(0)
-
-/**
* X-macro-enabled listing of all intergers in [0, 1]
*
* @param X(int) The macro to expand 2 times