Merge branch 'deadline-time' of github.com:ctiller/grpc into deadline-time

pull/36477/head
Craig Tiller 7 months ago
commit 9856eeebe6
  1. 2
      src/core/lib/surface/call.h

@ -165,7 +165,7 @@ class Call : public CppImplOf<Call, grpc_call>,
GPR_DEBUG_ASSERT(arena_ != nullptr);
GPR_DEBUG_ASSERT(channel_ != nullptr);
}
virtual ~Call() = default;
~Call() override = default;
void DeleteThis();

Loading…
Cancel
Save