mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +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
1 changed files with 0 additions and 2 deletions
|
@ -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(); });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue