aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stack.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stack.h b/src/stack.h
index f82de9d2..e3387fed 100644
--- a/src/stack.h
+++ b/src/stack.h
@@ -20,9 +20,6 @@ typedef struct {
size_t size; ///< Conceptual size of stack in buf
} SerdStack;
-/** An offset to start the stack at. Note 0 is reserved for NULL. */
-#define SERD_STACK_BOTTOM sizeof(void*)
-
static inline SerdStack
serd_stack_new(const size_t size)
{