Skip to content

Commit

Permalink
Remove ISerializerToStream (#8722)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Sep 5, 2024
1 parent 90dd99a commit cc448a1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ydb/library/actors/core/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@
namespace NActors {
class TChunkSerializer;
class IActor;
class ISerializerToStream {
public:
virtual bool SerializeToArcadiaStream(TChunkSerializer*) const = 0;
};


class IEventBase
: TNonCopyable,
public ISerializerToStream {
: TNonCopyable {
protected:
// for compatibility with virtual actors
virtual bool DoExecute(IActor* /*actor*/, std::unique_ptr<IEventHandle> /*eventPtr*/) {
Expand Down

0 comments on commit cc448a1

Please sign in to comment.