From 135b9b3c0c71a19c711f90c87010a9af7ecbef67 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:03:50 +0200 Subject: [PATCH] Update input.go --- x-pack/filebeat/input/http_endpoint/input.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/filebeat/input/http_endpoint/input.go b/x-pack/filebeat/input/http_endpoint/input.go index e86caf08146f..f267e7b2cb34 100644 --- a/x-pack/filebeat/input/http_endpoint/input.go +++ b/x-pack/filebeat/input/http_endpoint/input.go @@ -20,7 +20,6 @@ import ( "reflect" "strings" "sync" - "sync/atomic" "time" "github.com/rcrowley/go-metrics"