mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-06 03:40:12 +00:00
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…
x
Reference in New Issue
Block a user