Remove an unused field in Diagnostic from zed.proto (#27091)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-03-19 19:15:43 +02:00 committed by GitHub
parent ef14bc8e76
commit d51cd15e4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -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;