From ce26014c2e6a0200ea90eac8ec87881a0d55e727 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 7 Apr 2026 13:43:50 +1000 Subject: Remove dead code, upgrade env bools to const --- src/layer_context.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/layer_context.hh') diff --git a/src/layer_context.hh b/src/layer_context.hh index e7b24b3..4d4444d 100644 --- a/src/layer_context.hh +++ b/src/layer_context.hh @@ -63,12 +63,12 @@ class LayerContext final : public Context { static constexpr auto NVIDIA_DEVICE_NAME = "NVIDIA GeForce RTX 5090"; public: + const bool should_expose_reflex = false; + const bool should_spoof_nvidia = false; + std::shared_mutex mutex; std::unordered_map> contexts; - bool should_expose_reflex = false; - bool should_spoof_nvidia = false; - public: LayerContext(); virtual ~LayerContext(); -- cgit v1.2.3