Skip to content

Commit bb34351

Browse files
committed
Remove remaining deprecated "register" keyword
Signed-off-by: Stefan Weil <[email protected]>
1 parent a80a8f1 commit bb34351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classify/cluster.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ PARAM_DESC ParamDesc[],
254254
int32_t n1,
255255
int32_t n2,
256256
FLOAT32 m[],
257-
FLOAT32 m1[], register FLOAT32 m2[]);
257+
FLOAT32 m1[], FLOAT32 m2[]);
258258

259259
void ComputePrototypes(CLUSTERER *Clusterer, CLUSTERCONFIG *Config);
260260

0 commit comments

Comments
 (0)