remove GPR_ASSERT due to GPR_ASSERT has deleted from gRPC greater than 1.57.4
This commit is contained in:
parent
216b86f8d7
commit
acd7361bc3
|
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue