Skip to content

Commit 86a5d03

Browse files
committed
refactor: remove unused executeHooks member from ScopedHook
1 parent 3d6c6e3 commit 86a5d03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cucumber_cpp/library/engine/HookExecutor.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ namespace cucumber_cpp::library::engine
4747
cucumber_cpp::library::engine::RunnerContext& runnerContext;
4848
HookPair hookPair;
4949
const std::set<std::string, std::less<>>& tags;
50-
// bool executeHooks{ true };
5150
};
5251

5352
struct HookExecutor::ProgramScope : private ScopedHook

0 commit comments

Comments
 (0)