Skip to content

Commit

Permalink
mobile: Remove function declarations without implementations (#32027)
Browse files Browse the repository at this point in the history
Signed-off-by: Fredy Wijaya <fredyw@google.com>
  • Loading branch information
fredyw authored Jan 24, 2024
1 parent d556884 commit bddfe71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mobile/library/common/http/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ class Client : public Logger::Loggable<Logger::Id::http> {
void onError();
void onSendWindowAvailable();

// Remove the stream and clear up state if possible, else set up deferred
// removal path.
void removeStream();

// ResponseEncoder
void encodeHeaders(const ResponseHeaderMap& headers, bool end_stream) override;
void encodeData(Buffer::Instance& data, bool end_stream) override;
Expand Down Expand Up @@ -188,8 +184,6 @@ class Client : public Logger::Loggable<Logger::Id::http> {
// than bytes_to_send.
void resumeData(size_t bytes_to_send);

void setFinalStreamIntel(StreamInfo::StreamInfo& stream_info);

void latchError();

private:
Expand Down

0 comments on commit bddfe71

Please sign in to comment.