Removed unnecessary parent member of create info
This commit is contained in:
parent
82385541a9
commit
58f4cc458a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user