ext/redcarpet/stack.h in redcarpet-3.0.0 vs ext/redcarpet/stack.h in redcarpet-3.1.0

- old
+ new

@@ -17,12 +17,9 @@ int redcarpet_stack_grow(struct stack *, size_t); int redcarpet_stack_init(struct stack *, size_t); int redcarpet_stack_push(struct stack *, void *); -void *redcarpet_stack_pop(struct stack *); -void *redcarpet_stack_top(struct stack *); - #ifdef __cplusplus } #endif #endif