fix(engine_defined): fixed gcc build warnings

This commit is contained in:
2025-12-22 08:17:23 -05:00
parent e6a9d8c5bb
commit 5c1714410a
4 changed files with 5 additions and 16 deletions

View File

@@ -359,7 +359,6 @@ namespace gridfire::engine {
private:
using LogManager = LogManager;
Config<config::GridFireConfig> m_config;
quill::Logger* m_logger = LogManager::getInstance().getLogger("log");
@@ -367,4 +366,4 @@ namespace gridfire::engine {
///< Parser for the network file.
const io::NetworkFileParser& m_parser;
};
}
}