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))