remove GPR_ASSERT due to GPR_ASSERT has deleted from gRPC greater than 1.57.4

This commit is contained in:
harry.wongzl 2024-12-09 14:18:46 +08:00
parent 216b86f8d7
commit acd7361bc3
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ void etcdv3::Action::waitForResponse() {
} }
} else { } else {
cq_.Next(&got_tag, &ok); cq_.Next(&got_tag, &ok);
GPR_ASSERT(got_tag == (void*) this);
} }
} }