Remove an unused field in Diagnostic from zed.proto (#27091)
Release Notes: - N/A
This commit is contained in:
parent
ef14bc8e76
commit
d51cd15e4d
2 changed files with 1 additions and 3 deletions
|
@ -2026,8 +2026,7 @@ message Diagnostic {
|
|||
uint64 group_id = 7;
|
||||
bool is_primary = 8;
|
||||
|
||||
// TODO: remove this field
|
||||
bool is_valid = 9;
|
||||
reserved 9;
|
||||
|
||||
bool is_disk_based = 10;
|
||||
bool is_unnecessary = 11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue