From d55df29e49cb3aa9668957ac37a88dad897d1cbc Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 15 Apr 2016 21:33:57 -0700 Subject: [PATCH] Remove unused constant --- src/runtime/stack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/stack.c b/src/runtime/stack.c index 71e4dab7..4ef8ff3c 100644 --- a/src/runtime/stack.c +++ b/src/runtime/stack.c @@ -8,7 +8,6 @@ #include #define MAX_LINK_COUNT 8 -#define STARTING_TREE_CAPACITY 10 #define MAX_NODE_POOL_SIZE 50 #define INLINE static inline __attribute__((always_inline))