DolphinQT/Host: Remove unused TLS variable tls_is_host_thread
This is never accessed or read from.
This commit is contained in:
parent
dd0ac7d53c
commit
d705c31d1a
|
@ -41,8 +41,6 @@
|
|||
#include "VideoCommon/Present.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
static thread_local bool tls_is_host_thread = false;
|
||||
|
||||
Host::Host()
|
||||
{
|
||||
State::SetOnAfterLoadCallback([] { Host_UpdateDisasmDialog(); });
|
||||
|
|
Loading…
Reference in New Issue