Skip to content

Commit c410f09

Browse files
committed
Remove dead code
1 parent 52cae64 commit c410f09

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/carto/src/layers/cluster-utils.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,6 @@ export function computeAggregationStats<FeaturePropertiesT>(
138138
return stats;
139139
}
140140

141-
const EMPTY_UINT16ARRAY = new Uint16Array();
142-
const EMPTY_BINARY_PROPS = {
143-
positions: {value: new Float32Array(), size: 2},
144-
properties: [],
145-
numericProps: {},
146-
featureIds: {value: EMPTY_UINT16ARRAY, size: 1},
147-
globalFeatureIds: {value: EMPTY_UINT16ARRAY, size: 1}
148-
};
149-
150141
type BinaryFeatureCollectionWithStats<FeaturePropertiesT> = Omit<
151142
BinaryFeatureCollection,
152143
'points'

0 commit comments

Comments
 (0)