Commit 4791e08
authored
Remove Unused Snapshot Status Values (#54893)
* Remove Unused Snapshot Status Values
This is a left-over from before #41940 when we used the same status enum for the shards
and the snapshots overall. The two removed values were never used on the shard level
so we can simply remove them here.1 parent 4f0ccd3 commit 4791e08
File tree
2 files changed
+2
-8
lines changed- server/src
- main/java/org/elasticsearch/cluster
- test/java/org/elasticsearch/cluster
2 files changed
+2
-8
lines changedLines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
431 | | - | |
432 | | - | |
| 430 | + | |
433 | 431 | | |
434 | 432 | | |
435 | 433 | | |
| |||
460 | 458 | | |
461 | 459 | | |
462 | 460 | | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | 461 | | |
468 | 462 | | |
469 | 463 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| |||
0 commit comments