Skip to content

Commit b2b1a7d

Browse files
remove unused
1 parent fbfd5da commit b2b1a7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/uid2/admin/store/writer/SaltStoreWriter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public void upload(RotatingSaltProvider.SaltSnapshot data) throws Exception {
7070
final JsonArray snapshotsMetadata = new JsonArray();
7171
metadata.put("salts", snapshotsMetadata);
7272

73-
List<RotatingSaltProvider.SaltSnapshot> currentSnapshots = provider.getSnapshots();
7473
List<RotatingSaltProvider.SaltSnapshot> snapshots = this.getSnapshots(data);
7574

7675
// of the currently effective snapshots keep only the most recent one

0 commit comments

Comments
 (0)