Skip to content

Commit 590b6c4

Browse files
committed
remove useless startTime variable
1 parent 865aa11 commit 590b6c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DebugMarker.java

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public void start(int distance, Runnable callback) {
5858
stop();
5959
}
6060
distanceSquared = distance < 0 ? -1 : distance * distance;
61-
long startTime = System.currentTimeMillis();
6261
long endTime = System.currentTimeMillis() + duration;
6362
executorService = Executors.newScheduledThreadPool(1);
6463
// probably not the most efficient way of doing this

0 commit comments

Comments
 (0)