summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-05-25 22:02:42 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-05-25 22:02:42 -0700
commitb6df78c930d0e41df7b49cf2e9af1cb02d96022c (patch)
treeb366bcbad80a200ee6c7fb716f3942bcabeff2eb
parent0f25d9091c7e4347c1d39158b6565c5eb02f4f4c (diff)
downloadtxr-b6df78c930d0e41df7b49cf2e9af1cb02d96022c.tar.gz
txr-b6df78c930d0e41df7b49cf2e9af1cb02d96022c.tar.bz2
txr-b6df78c930d0e41df7b49cf2e9af1cb02d96022c.zip
lib: remove unused numeric macros.
* lib.h (maxint, minint): Remove unused macros.
-rw-r--r--lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index e836b190..507be6c9 100644
--- a/lib.h
+++ b/lib.h
@@ -1246,8 +1246,6 @@ loc list_collect_revappend(loc ptail, val obj);
#define three num_fast(3)
#define four num_fast(4)
#define negone num_fast(-1)
-#define maxint num_fast(NUM_MAX)
-#define minint num_fast(NUM_MIN)
#ifdef __cplusplus
#define static_forward(decl) namespace { extern decl; }