Remove Dead Variable in BlobStoreIndexShardSnapshots. (#62285) (#62295)

This was never used.

Co-authored-by: Howard <danielhuang@tencent.com>
This commit is contained in:
Armin Braun 2020-09-14 13:40:39 +02:00 committed by GitHub
parent d8288526d9
commit 875af1c976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ public class BlobStoreIndexShardSnapshots implements Iterable<SnapshotFiles>, To
}
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) {