Removed unnecessary parent member of create info

This commit is contained in:
matthias@arch 2022-11-05 20:49:40 +01:00
parent 82385541a9
commit 58f4cc458a

View File

@ -90,9 +90,6 @@ namespace gz {
bool clearLogfileOnRestart = true; bool clearLogfileOnRestart = true;
/// @brief Actually write the log to the logfile after so many lines. Must be at least 1 /// @brief Actually write the log to the logfile after so many lines. Must be at least 1
unsigned int writeAfterLines = 100; unsigned int writeAfterLines = 100;
#ifdef LOG_SUBLOGS
std::shared_ptr<Log> parent;
#endif
}; };
#ifdef LOG_SUBLOGS #ifdef LOG_SUBLOGS