From 18ab2be6ddaf5beb86e429cce9a3e1b4b5703b42 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 24 May 2024 08:59:08 +0200 Subject: Process upvalues equal to G_ in Lua51 as in other flavors --- src/universe.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/universe.h') diff --git a/src/universe.h b/src/universe.h index 97b613e..f5b31a3 100644 --- a/src/universe.h +++ b/src/universe.h @@ -150,9 +150,7 @@ class Universe // used for timers (each lane will get a proxy to this) DeepPrelude* timerLinda{ nullptr }; -#if HAVE_LANE_TRACKING() LaneTracker tracker; -#endif // HAVE_LANE_TRACKING() // Protects modifying the selfdestruct chain std::mutex selfdestructMutex; -- cgit v1.2.3-55-g6feb