From 2d0bd5acd12a76e12d1fda9d8f2b2a5170298a50 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 19 May 2020 13:47:11 +0200 Subject: Code cleanup --- https.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'https.h') diff --git a/https.h b/https.h index 8350c4d..8d4b426 100644 --- a/https.h +++ b/https.h @@ -39,15 +39,12 @@ public: private: ctx_type m_ctx; - boost::asio::steady_timer m_certificates_timer; - std::function m_certificates_timer_callback; public: Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins, Statistics& statistics); virtual ~Server(); void load_certificates(); - void reload_certificates(); int start() override; }; -- cgit v1.2.3