mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Removed unused fields from IvfflatTypeInfo [skip ci]
This commit is contained in:
@@ -152,9 +152,7 @@ typedef struct IvfflatLeader
|
||||
|
||||
typedef struct IvfflatTypeInfo
|
||||
{
|
||||
int dimensions;
|
||||
int maxDimensions;
|
||||
int itemsize;
|
||||
void (*updateCenter) (Pointer v, int dimensions, float *x);
|
||||
void (*sumCenter) (Pointer v, float *x);
|
||||
} IvfflatTypeInfo;
|
||||
|
||||
Reference in New Issue
Block a user