Removed comment [skip ci]

This commit is contained in:
Andrew Kane
2022-02-13 03:53:30 -08:00
parent 9549d93260
commit c35e9f3b84

View File

@@ -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;