integrate-error

pull/35212/head
Craig Tiller 1 year ago
parent 1e5c31f2ae
commit cd3a87b03d
  1. 3
      src/core/lib/transport/transport.h

@ -256,7 +256,6 @@ class CallSpineInterface {
GRPC_MUST_USE_RESULT virtual absl::nullopt_t Cancel( GRPC_MUST_USE_RESULT virtual absl::nullopt_t Cancel(
ServerMetadataHandle metadata) = 0; ServerMetadataHandle metadata) = 0;
virtual Party& party() = 0; virtual Party& party() = 0;
<<<<<<< HEAD
// Wrap a promise so that if it returns failure it automatically cancels // Wrap a promise so that if it returns failure it automatically cancels
// the rest of the call. // the rest of the call.
@ -299,8 +298,6 @@ class CallSpineInterface {
} }
}); });
} }
=======
>>>>>>> master
}; };
class CallSpine final : public CallSpineInterface { class CallSpine final : public CallSpineInterface {

Loading…
Cancel
Save