From 486ceca7fbb18d8c481bd32d51ddb8b82575eee3 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Tue, 30 Nov 2021 09:53:52 +0800 Subject: [PATCH] Remove useless type (#12375) Signed-off-by: yudong.cai --- internal/core/src/common/Schema.h | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/core/src/common/Schema.h b/internal/core/src/common/Schema.h index 9220887263..725b37db70 100644 --- a/internal/core/src/common/Schema.h +++ b/internal/core/src/common/Schema.h @@ -173,6 +173,5 @@ class Schema { }; using SchemaPtr = std::shared_ptr; -using idx_t = int64_t; } // namespace milvus