diff --git a/src/v3/Action.cpp b/src/v3/Action.cpp index d64e259..eaf9d75 100644 --- a/src/v3/Action.cpp +++ b/src/v3/Action.cpp @@ -107,7 +107,6 @@ void etcdv3::Action::waitForResponse() { } } else { cq_.Next(&got_tag, &ok); - GPR_ASSERT(got_tag == (void*) this); } }