From c35e9f3b847ff3ba100d8a6e8153639a57d9c75e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 13 Feb 2022 03:53:30 -0800 Subject: [PATCH] Removed comment [skip ci] --- src/ivfflat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivfflat.h b/src/ivfflat.h index c29d6ad..b55a75d 100644 --- a/src/ivfflat.h +++ b/src/ivfflat.h @@ -165,7 +165,7 @@ typedef IvfflatListData * IvfflatList; typedef struct IvfflatScanList { - pairingheap_node ph_node; /* must come first */ + pairingheap_node ph_node; BlockNumber startPage; double distance; } IvfflatScanList;