From 50145f687046635340836d4fd0d321a1235819b0 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Tue, 11 Jun 2019 20:52:29 +0200 Subject: [PATCH] remove redundant global annotation on TimerOutput in function --- src/memory.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/memory.jl b/src/memory.jl index a9150b03..00b7070e 100644 --- a/src/memory.jl +++ b/src/memory.jl @@ -58,7 +58,6 @@ using TimerOutputs const to = Ref{TimerOutput}() function pool_timings!(new=TimerOutput()) - global to to[] = new return end