From 4f6281e52d3183ae53510d59474f6e4708da40c3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Aug 2022 13:06:56 -0400 Subject: Replace boost with standard C++17 facilities --- src/Reactor.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Reactor.hpp') diff --git a/src/Reactor.hpp b/src/Reactor.hpp index 74af8b7..74b1a07 100644 --- a/src/Reactor.hpp +++ b/src/Reactor.hpp @@ -25,8 +25,6 @@ class ILog; class Reactor { public: - using result_type = void; ///< For boost::apply_visitor - explicit Reactor(Configuration& conf, Drivers& drivers, Canvas& canvas, -- cgit v1.2.1