From 28d73cb617321230e82740eae23dd030da7e7207 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Mon, 23 Sep 2024 09:02:00 -0400 Subject: [PATCH] Update instrumentation/net/http/otelhttp/start_time_context.go Co-authored-by: Damien Mathieu <42@dmathieu.com> --- instrumentation/net/http/otelhttp/start_time_context.go | 1 - 1 file changed, 1 deletion(-) diff --git a/instrumentation/net/http/otelhttp/start_time_context.go b/instrumentation/net/http/otelhttp/start_time_context.go index 19631bff4c2..007088670fa 100644 --- a/instrumentation/net/http/otelhttp/start_time_context.go +++ b/instrumentation/net/http/otelhttp/start_time_context.go @@ -28,4 +28,3 @@ func StartTimeFromContext(ctx context.Context) time.Time { return t } -var zeroTime time.Time