diff --git a/src/sync.cpp b/src/sync.cpp index e5be6fd1156..fb60e3cf14c 100644 --- a/src/sync.cpp +++ b/src/sync.cpp @@ -206,8 +206,6 @@ void EnterCritical(const char* pszName, const char* pszFile, int nLine, MutexTyp { push_lock(cs, CLockLocation(pszName, pszFile, nLine, fTry, util::ThreadGetInternalName())); } -template void EnterCritical(const char*, const char*, int, Mutex*, bool); -template void EnterCritical(const char*, const char*, int, RecursiveMutex*, bool); template void EnterCritical(const char*, const char*, int, std::mutex*, bool); template void EnterCritical(const char*, const char*, int, std::recursive_mutex*, bool);