Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Sep 23, 2024
1 parent 394dbb9 commit 2ab7e3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions instrumentation/net/http/otelhttp/start_time_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ func StartTimeFromContext(ctx context.Context) time.Time {
t, _ := ctx.Value(startTimeContextKey).(time.Time)
return t
}

var zeroTime time.Time

0 comments on commit 2ab7e3e

Please sign in to comment.