Skip to content

Commit 7bf52db

Browse files
committed
Fixed build errors ydb-platform#2
1 parent 146e684 commit 7bf52db

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

ydb/core/grpc_services/local_rpc/local_rpc.h

-20
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,6 @@ class TLocalRpcCtxImpl<TRpc, TCbWrapper, false> : public NGRpcService::IRequestN
5151
TLocalRpcCtxImpl(TCb&& cb)
5252
: TBase(std::forward<TCb>(cb))
5353
{}
54-
55-
void SendResult(const google::protobuf::Message&, Ydb::StatusIds::StatusCode) override {
56-
Y_ABORT("Unimplemented");
57-
}
58-
59-
void SendResult(const google::protobuf::Message&,
60-
Ydb::StatusIds::StatusCode,
61-
const google::protobuf::RepeatedPtrField<NGRpcService::TYdbIssueMessageType>&) override {
62-
Y_ABORT("Unimplemented");
63-
}
64-
65-
void SendResult(Ydb::StatusIds::StatusCode,
66-
const google::protobuf::RepeatedPtrField<NGRpcService::TYdbIssueMessageType>&) override
67-
{
68-
Y_ABORT("Unimplemented");
69-
}
70-
71-
void SendOperation(const Ydb::Operations::Operation&) override {
72-
Y_ABORT("Unimplemented");
73-
}
7454
};
7555

7656
template<typename TRpc, typename TCbWrapper>

0 commit comments

Comments
 (0)