From aa60c6287037f822344608f1232f8ba58f0d3d6a Mon Sep 17 00:00:00 2001 From: Xu Peng Date: Mon, 27 May 2019 17:03:13 +0800 Subject: [PATCH] refactor(db): remove dummy struct Former-commit-id: a90c3f127fb84a879956a8383af9def829504208 --- cpp/src/db/Options.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cpp/src/db/Options.h b/cpp/src/db/Options.h index 100ab7b3ab..cd6f1f98b8 100644 --- a/cpp/src/db/Options.h +++ b/cpp/src/db/Options.h @@ -48,12 +48,6 @@ struct Options { }; // Options -struct GroupOptions { - size_t dimension; - bool has_id = false; -}; // GroupOptions - - } // namespace engine } // namespace vecwise } // namespace zilliz