Skip to content

Commit 16fffbd

Browse files
nshestakovGazizonoki
authored andcommitted
Moved commit "Remove unused functions" from ydb repo
1 parent 65ce94b commit 16fffbd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/client/persqueue_public/impl/write_session.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ class TSimpleBlockingWriteSession : public ISimpleBlockingWriteSession {
8989

9090
private:
9191
std::optional<TContinuationToken> WaitForToken(const TDuration& timeout);
92-
void HandleAck(TWriteSessionEvent::TAcksEvent&);
93-
void HandleReady(TWriteSessionEvent::TReadyToAcceptEvent&);
94-
void HandleClosed(const TSessionClosedEvent&);
9592

9693
std::atomic_bool Closed = false;
9794
};

src/client/topic/impl/write_session.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ class TSimpleBlockingWriteSession : public ISimpleBlockingWriteSession {
8585

8686
private:
8787
std::optional<TContinuationToken> WaitForToken(const TDuration& timeout);
88-
void HandleAck(TWriteSessionEvent::TAcksEvent&);
89-
void HandleReady(TWriteSessionEvent::TReadyToAcceptEvent&);
90-
void HandleClosed(const TSessionClosedEvent&);
9188

9289
std::atomic_bool Closed = false;
9390
};

0 commit comments

Comments
 (0)