Showing with 0 additions and 1 deletion.
  1. +0 −1 src/gc/gc.d
1 change: 0 additions & 1 deletion src/gc/gc.d
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ struct GC

auto runLocked(alias func, alias time, alias count, Args...)(auto ref Args args)
{
debug(PROFILE_API) {} else pragma(inline, true);
debug(PROFILE_API) immutable tm = (GC.config.profile > 1 ? currTime.ticks : 0);
gcLock.lock();
debug(PROFILE_API) immutable tm2 = (GC.config.profile > 1 ? currTime.ticks : 0);
Expand Down