안쓰는 필드 제거

This commit is contained in:
2023-06-14 15:30:01 +09:00
parent 279c9f47f0
commit 1c1f9f748a
3 changed files with 43 additions and 69 deletions

View File

@ -36,8 +36,6 @@ message ProcessDescription {
string version = 3;
ProcessState state = 4;
int32 pid = 5;
int32 stdout_size = 6;
int32 stderr_size = 7;
}
message OperationQueryResponse {