diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 3da06cad..8259c733 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -311,12 +311,6 @@ struct file_event_handlers std::function after_open; std::function before_close; std::function after_close; - file_event_handlers() - : before_open{nullptr} - , after_open{nullptr} - , before_close{nullptr} - , after_close{nullptr} - {} }; namespace details {