mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQT/Host: Remove unused TLS variable tls_is_host_thread
This is never accessed or read from.
This commit is contained in:
@ -41,8 +41,6 @@
|
|||||||
#include "VideoCommon/Present.h"
|
#include "VideoCommon/Present.h"
|
||||||
#include "VideoCommon/VideoConfig.h"
|
#include "VideoCommon/VideoConfig.h"
|
||||||
|
|
||||||
static thread_local bool tls_is_host_thread = false;
|
|
||||||
|
|
||||||
Host::Host()
|
Host::Host()
|
||||||
{
|
{
|
||||||
State::SetOnAfterLoadCallback([] { Host_UpdateDisasmDialog(); });
|
State::SetOnAfterLoadCallback([] { Host_UpdateDisasmDialog(); });
|
||||||
|
Reference in New Issue
Block a user