Skip to content

Commit

Permalink
Remove Dead Variable in BlobStoreIndexShardSnapshots. (#62285)
Browse files Browse the repository at this point in the history
This was never used.
  • Loading branch information
howardhuanghua committed Sep 14, 2020
1 parent 3bb4488 commit 4f2fa10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ public static BlobStoreIndexShardSnapshots fromXContent(XContentParser parser) t
}
Map<String, List<String>> snapshotsMap = new HashMap<>();
Map<String, String> historyUUIDs = new HashMap<>();
Map<String, Long> globalCheckpoints = new HashMap<>();
Map<String, FileInfo> files = new HashMap<>();
if (token == XContentParser.Token.START_OBJECT) {
while ((token = parser.nextToken()) != XContentParser.Token.END_OBJECT) {
Expand Down

0 comments on commit 4f2fa10

Please sign in to comment.