Skip to content

Commit

Permalink
Remove Dead Variable in BlobStoreIndexShardSnapshots. (#62285) (#62295)
Browse files Browse the repository at this point in the history
This was never used.

Co-authored-by: Howard <danielhuang@tencent.com>
  • Loading branch information
original-brownbear and howardhuanghua authored Sep 14, 2020
1 parent d828852 commit 875af1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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 875af1c

Please sign in to comment.