From acd7361bc37852c2df4c8471be119f506a15da1c Mon Sep 17 00:00:00 2001 From: "harry.wongzl" Date: Mon, 9 Dec 2024 14:18:46 +0800 Subject: [PATCH] remove GPR_ASSERT due to GPR_ASSERT has deleted from gRPC greater than 1.57.4 --- src/v3/Action.cpp | 1 - 1 file changed, 1 deletion(-) 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); } }