From 5ae129e3e3b41e9334f877e9be9ebccd165f2895 Mon Sep 17 00:00:00 2001 From: Damian Meden Date: Mon, 31 Aug 2020 20:45:47 +0100 Subject: [PATCH] PluginFactory - Remove unused code that was left from last PluginFactory change(TSPluginDSOReloadEnable) --- proxy/http/remap/PluginFactory.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/proxy/http/remap/PluginFactory.h b/proxy/http/remap/PluginFactory.h index 6b5a2f8bf27..eb2ca5c1366 100644 --- a/proxy/http/remap/PluginFactory.h +++ b/proxy/http/remap/PluginFactory.h @@ -118,12 +118,5 @@ class PluginFactory std::error_code _ec; bool _preventiveCleaning = true; - // Hold the full path for global plugins not taking part of the dynamic reloading. - struct DisableReloadPluginInfo { - fs::path fullPath; - }; - - std::forward_list optoutPlugins; - static constexpr const char *const _tag = "plugin_factory"; /** @brief log tag used by this class */ };