From 36758c1acef1aa1eb0387780021bf88eea28bf52 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Tue, 17 Oct 2023 07:08:06 +0800 Subject: [PATCH] Remove unused 386 file (#11868) As 32 bit system is no longer supported, remove unused 386 files that were used as a workaround. --- x-pack/apm-server/aggregation_386.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 x-pack/apm-server/aggregation_386.go diff --git a/x-pack/apm-server/aggregation_386.go b/x-pack/apm-server/aggregation_386.go deleted file mode 100644 index 64b954846c2..00000000000 --- a/x-pack/apm-server/aggregation_386.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one -// or more contributor license agreements. Licensed under the Elastic License 2.0; -// you may not use this file except in compliance with the Elastic License 2.0. - -package main - -import "github.com/elastic/apm-server/internal/beater" - -func newAggregationProcessors(args beater.ServerParams) ([]namedProcessor, error) { - return nil, nil -}