forked from organicmaps/organicmaps
[ios] Removed redundant mutex on logging.
This commit is contained in:
parent
f8cbf10eea
commit
ed5c004f94
1 changed files with 0 additions and 9 deletions
|
@ -2,19 +2,10 @@
|
|||
|
||||
#include "fabric_logging.hpp"
|
||||
|
||||
#include "std/mutex.hpp"
|
||||
|
||||
namespace
|
||||
{
|
||||
mutex g_logMutex;
|
||||
} // namespace
|
||||
|
||||
namespace platform
|
||||
{
|
||||
void LogMessageFabric(my::LogLevel level, my::SrcPoint const & srcPoint, string const & msg)
|
||||
{
|
||||
lock_guard<mutex> lock(g_logMutex);
|
||||
|
||||
string recordType;
|
||||
switch (level)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue