aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-31 17:01:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-31 17:01:47 -0700
commit99e61645ce348df59c549011d5111cd11ed1c291 (patch)
tree1430bb509e343af5983899f6b0808a018222440b /src/core/surface/call.c
parent3e7c6a701c8aea58cacb023ffa8b3c75e7e67390 (diff)
Update wrappers, tests to new create_call()
Diffstat (limited to 'src/core/surface/call.c')
-rw-r--r--src/core/surface/call.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index 5154ea5d65..e0496df5c6 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -331,8 +331,6 @@ grpc_call *grpc_call_create(grpc_channel *channel, grpc_call *parent_call,
NULL);
}
/* cancellation is done last */
- } else {
- GPR_ASSERT(inheritance_mask == 0);
}
for (i = 0; i < GRPC_IOREQ_OP_COUNT; i++) {
call->request_set[i] = REQSET_EMPTY;