mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:40:05 +08:00
removed uneeded files
This commit is contained in:
@@ -103,9 +103,7 @@ private:
|
||||
std::mutex mutex_;
|
||||
std::condition_variable item_pushed_cond_;
|
||||
std::condition_variable item_popped_cond_;
|
||||
const std::chrono::hours one_hour {
|
||||
1
|
||||
};
|
||||
const std::chrono::hours one_hour (1);
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user