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 */ };