From 8c85e1c10085d6d634e35a63f0fc7b68a1b28eff Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 31 Mar 2015 23:57:59 +0200 Subject: Remove "inherit" flag in TokenStack, add tiny unit test for TokenStack, temporarily remove pushTokens and popTokens calls from DocumentChildHandler --- src/core/parser/stack/Handler.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/parser/stack/Handler.hpp') diff --git a/src/core/parser/stack/Handler.hpp b/src/core/parser/stack/Handler.hpp index 1149ed2..d85848a 100644 --- a/src/core/parser/stack/Handler.hpp +++ b/src/core/parser/stack/Handler.hpp @@ -166,10 +166,8 @@ protected: * * @param tokens is a list of TokenSyntaxDescriptor instances that should be * stored on the stack. - * @param inherit if true, the last tokens on the stack are extended and not - * overriden. */ - void pushTokens(const std::vector &tokens, bool inherit); + void pushTokens(const std::vector &tokens); /** * Calls the corresponding function in the HandlerCallbacks instance. -- cgit v1.2.3