Skip to content

Commit

Permalink
Fixed build errors ydb-platform#2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Jun 27, 2024
1 parent 146e684 commit 7bf52db
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions ydb/core/grpc_services/local_rpc/local_rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,6 @@ class TLocalRpcCtxImpl<TRpc, TCbWrapper, false> : public NGRpcService::IRequestN
TLocalRpcCtxImpl(TCb&& cb)
: TBase(std::forward<TCb>(cb))
{}

void SendResult(const google::protobuf::Message&, Ydb::StatusIds::StatusCode) override {
Y_ABORT("Unimplemented");
}

void SendResult(const google::protobuf::Message&,
Ydb::StatusIds::StatusCode,
const google::protobuf::RepeatedPtrField<NGRpcService::TYdbIssueMessageType>&) override {
Y_ABORT("Unimplemented");
}

void SendResult(Ydb::StatusIds::StatusCode,
const google::protobuf::RepeatedPtrField<NGRpcService::TYdbIssueMessageType>&) override
{
Y_ABORT("Unimplemented");
}

void SendOperation(const Ydb::Operations::Operation&) override {
Y_ABORT("Unimplemented");
}
};

template<typename TRpc, typename TCbWrapper>
Expand Down

0 comments on commit 7bf52db

Please sign in to comment.