mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Remove unused code in segcore (#10813)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
e0f46752e9
commit
b76c526907
@ -34,12 +34,6 @@ FloatSearch(const segcore::SegmentGrowingImpl& segment,
|
||||
// step 1: binary search to find the barrier of the snapshot
|
||||
// auto del_barrier = get_barrier(deleted_record_, timestamp);
|
||||
|
||||
#if 0
|
||||
auto bitmap_holder = get_deleted_bitmap(del_barrier, timestamp, ins_barrier);
|
||||
Assert(bitmap_holder);
|
||||
auto bitmap = bitmap_holder->bitmap_ptr;
|
||||
#endif
|
||||
|
||||
// step 2.1: get meta
|
||||
// step 2.2: get which vector field to search
|
||||
auto vecfield_offset = info.field_offset_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user