Skip to content

Commit

Permalink
Remove now-incorrect assertion in completion queue wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Nov 16, 2017
1 parent a87f41f commit 45a3ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grpc-native-core/ext/completion_queue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ grpc_completion_queue *GetCompletionQueue() { return queue; }

void CompletionQueueNext() {
if (pending_batches == 0) {
GPR_ASSERT(!uv_is_active((uv_handle_t *)&prepare));
uv_prepare_start(&prepare, drain_completion_queue);
}
pending_batches++;
Expand Down

0 comments on commit 45a3ac2

Please sign in to comment.