aboutsummaryrefslogtreecommitdiffstats
path: root/router/al.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'router/al.cpp')
-rw-r--r--router/al.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/router/al.cpp b/router/al.cpp
index c7e01d51..6ed8a626 100644
--- a/router/al.cpp
+++ b/router/al.cpp
@@ -7,8 +7,6 @@
#include "router.h"
-std::atomic<DriverIface*> CurrentCtxDriver{nullptr};
-
#define DECL_THUNK1(R,n,T1) AL_API R AL_APIENTRY n(T1 a) noexcept \
{ \
DriverIface *iface = GetThreadDriver(); \