From 0039af1c34a135d8eb05d5bb84ce277ee2d6e784 Mon Sep 17 00:00:00 2001 From: s-shiraki Date: Fri, 27 Sep 2024 11:13:23 +0900 Subject: [PATCH] refactor(gateway): delete unused file (#2644) --- 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