Upgraded spdlog to v1.11.0
This commit is contained in:
4
thirdparty/spdlog/details/null_mutex.h
vendored
4
thirdparty/spdlog/details/null_mutex.h
vendored
@@ -13,10 +13,6 @@ struct null_mutex
|
||||
{
|
||||
void lock() const {}
|
||||
void unlock() const {}
|
||||
bool try_lock() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
struct null_atomic_int
|
||||
|
||||
Reference in New Issue
Block a user