Skip to content

Commit 4f2fa10

Browse files
Remove Dead Variable in BlobStoreIndexShardSnapshots. (#62285)
This was never used.
1 parent 3bb4488 commit 4f2fa10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardSnapshots.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ public static BlobStoreIndexShardSnapshots fromXContent(XContentParser parser) t
224224
}
225225
Map<String, List<String>> snapshotsMap = new HashMap<>();
226226
Map<String, String> historyUUIDs = new HashMap<>();
227-
Map<String, Long> globalCheckpoints = new HashMap<>();
228227
Map<String, FileInfo> files = new HashMap<>();
229228
if (token == XContentParser.Token.START_OBJECT) {
230229
while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) {

0 commit comments

Comments
 (0)