mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 12:24:01 +02:00
Take out superfluous DependencyManager::set<tracing::Tracer>()
This commit is contained in:
parent
cf3648409d
commit
ca5720c015
1 changed files with 0 additions and 1 deletions
|
@ -773,7 +773,6 @@ bool setupEssentials(int& argc, char** argv, bool runningMarkerExisted) {
|
|||
steamClient->init();
|
||||
}
|
||||
|
||||
DependencyManager::set<tracing::Tracer>();
|
||||
PROFILE_SET_THREAD_NAME("Main Thread");
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
|
|
Loading…
Reference in a new issue