From 5b8b68c9f25669f6ba6a706f05bfeb4ad06bbfe3 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Tue, 28 Dec 2021 00:08:07 +0800 Subject: [PATCH] [skip e2e] Remove redundant files (#14346) Signed-off-by: yudong.cai --- internal/core/src/index/knowhere/utils/Json.h | 12 ------------ internal/core/src/index/knowhere/utils/Status.h | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 internal/core/src/index/knowhere/utils/Json.h delete mode 100644 internal/core/src/index/knowhere/utils/Status.h diff --git a/internal/core/src/index/knowhere/utils/Json.h b/internal/core/src/index/knowhere/utils/Json.h deleted file mode 100644 index f74b7ae66a..0000000000 --- a/internal/core/src/index/knowhere/utils/Json.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (C) 2019-2020 Zilliz. All rights reserved. -// -// 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 -// -// http://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. - -#include "../../../utils/Json.h" diff --git a/internal/core/src/index/knowhere/utils/Status.h b/internal/core/src/index/knowhere/utils/Status.h deleted file mode 100644 index a49f27f5d3..0000000000 --- a/internal/core/src/index/knowhere/utils/Status.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (C) 2019-2020 Zilliz. All rights reserved. -// -// 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 -// -// http://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. - -#include "../../../utils/Status.h"