This was never used. Co-authored-by: Howard <danielhuang@tencent.com>
This commit is contained in:
parent
d8288526d9
commit
875af1c976
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue