mirror of
https://github.com/citron-neo/emulator.git
synced 2026-07-05 15:21:57 -07:00
fix: lovely c++ grammar with the if statment
This commit is contained in:
@@ -391,8 +391,6 @@ void Initialize() noexcept {
|
||||
}
|
||||
/// @brief Initializes the logging system. This should be the first thing called in main.
|
||||
void Start() noexcept {
|
||||
if (logging_instance)
|
||||
//logging_instance->StartBackendThread();
|
||||
}
|
||||
/// @brief Explicitly stops the logger thread and flushes the buffers
|
||||
void Stop() noexcept {
|
||||
|
||||
Reference in New Issue
Block a user