diff options
Diffstat (limited to 'src/universe.h')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
150 | // used for timers (each lane will get a proxy to this) | 150 | // used for timers (each lane will get a proxy to this) |
151 | DeepPrelude* timerLinda{ nullptr }; | 151 | DeepPrelude* timerLinda{ nullptr }; |
152 | 152 | ||
153 | #if HAVE_LANE_TRACKING() | ||
154 | LaneTracker tracker; | 153 | LaneTracker tracker; |
155 | #endif // HAVE_LANE_TRACKING() | ||
156 | 154 | ||
157 | // Protects modifying the selfdestruct chain | 155 | // Protects modifying the selfdestruct chain |
158 | std::mutex selfdestructMutex; | 156 | std::mutex selfdestructMutex; |