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/tracker.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tracker.cpp') diff --git a/src/tracker.cpp b/src/tracker.cpp index 69cd90c..d42eb35 100644 --- a/src/tracker.cpp +++ b/src/tracker.cpp @@ -28,8 +28,6 @@ THE SOFTWARE. // ################################################################################################# -#if HAVE_LANE_TRACKING() - /* * Add the lane to tracking chain; the ones still running at the end of the * whole process will be cancelled. @@ -104,5 +102,3 @@ void LaneTracker::tracking_add(Lane* lane_) } return lua_gettop(L_) - _top; // L_: 0 or 1 } - -#endif // HAVE_LANE_TRACKING() -- cgit v1.2.3-55-g6feb