Skip to content

Commit cc448a1

Browse files
authored
Remove ISerializerToStream (#8722)
1 parent 90dd99a commit cc448a1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ydb/library/actors/core/event.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@
1313
namespace NActors {
1414
class TChunkSerializer;
1515
class IActor;
16-
class ISerializerToStream {
17-
public:
18-
virtual bool SerializeToArcadiaStream(TChunkSerializer*) const = 0;
19-
};
20-
16+
2117
class IEventBase
22-
: TNonCopyable,
23-
public ISerializerToStream {
18+
: TNonCopyable {
2419
protected:
2520
// for compatibility with virtual actors
2621
virtual bool DoExecute(IActor* /*actor*/, std::unique_ptr<IEventHandle> /*eventPtr*/) {

0 commit comments

Comments
 (0)