aboutsummaryrefslogtreecommitdiffstats
path: root/src/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack.h')
-rw-r--r--src/stack.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stack.h b/src/stack.h
index 6ad3385d..cdf2b0f6 100644
--- a/src/stack.h
+++ b/src/stack.h
@@ -33,12 +33,6 @@ serd_stack_new(size_t size)
return stack;
}
-static inline bool
-serd_stack_is_empty(const SerdStack* stack)
-{
- return stack->size <= SERD_STACK_BOTTOM;
-}
-
static inline void
serd_stack_free(SerdStack* stack)
{