Skip to content

Commit

Permalink
Remove unused (and defective) constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai authored Jan 6, 2020
1 parent b56587c commit 2f0362e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/grpcpp/impl/codegen/callback_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ class CallbackWithSuccessTag

CallbackWithSuccessTag() : call_(nullptr) {}

CallbackWithSuccessTag(grpc_call* call, std::function<void(bool)> f,
CompletionQueueTag* ops, bool can_inline) {
Set(call, f, ops, can_inline);
}

CallbackWithSuccessTag(const CallbackWithSuccessTag&) = delete;
CallbackWithSuccessTag& operator=(const CallbackWithSuccessTag&) = delete;

Expand Down

0 comments on commit 2f0362e

Please sign in to comment.