From 0296fa14737316c1396129023be8d981bc89d96a Mon Sep 17 00:00:00 2001 From: vdaas-ci <57942646+vdaas-ci@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:44:10 +0900 Subject: [PATCH] refactor(gateway): delete unused file (#2644) (#2646) Co-authored-by: s-shiraki --- pkg/gateway/internal/location/location_test.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 pkg/gateway/internal/location/location_test.go diff --git a/pkg/gateway/internal/location/location_test.go b/pkg/gateway/internal/location/location_test.go deleted file mode 100644 index 8ea2cabb47..0000000000 --- a/pkg/gateway/internal/location/location_test.go +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (C) 2019-2024 vdaas.org vald team -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// You may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -package location