Skip to content

Commit 6d0d829

Browse files
committed
cleanup
1 parent 664f837 commit 6d0d829

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

client/src/main/java/io/split/client/impressions/UniqueKeysTrackerImp.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,7 @@ private int getChunkSize(List<UniqueKeys.UniqueKey> uniqueKeysChunk) {
180180
}
181181
return totalSize;
182182
}
183-
184-
private int getTrackerKeysSize() {
185-
int totalSize = 0;
186-
for (Map.Entry<String,HashSet<String>> item : uniqueKeysTracker.entrySet()) {
187-
totalSize += item.getValue().size();
188-
}
189-
return totalSize;
190-
}
191-
183+
192184
private interface ExecuteUniqueKeysAction{
193185
void execute();
194186
}

0 commit comments

Comments
 (0)