diff --git a/include/spdlog/details/null_mutex.h b/include/spdlog/details/null_mutex.h index 83533d4f..6550a7bf 100644 --- a/include/spdlog/details/null_mutex.h +++ b/include/spdlog/details/null_mutex.h @@ -13,10 +13,6 @@ struct null_mutex { void lock() const {} void unlock() const {} - bool try_lock() const - { - return true; - } }; struct null_atomic_int