Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Aug 1, 2023
1 parent f314acd commit 831cbfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions be/test/io/fs/stream_sink_file_writer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ class StreamSinkFileWriterTest : public testing::Test {
response->release_status();
}

brpc::StreamId get_stream() { return _sd; }

private:
MockStreamSinkFileRecevier _receiver;
brpc::StreamId _sd;
Expand Down
2 changes: 0 additions & 2 deletions be/test/runtime/load_stream_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@ class LoadStreamMgrTest : public testing::Test {
response->release_status();
}

brpc::StreamId get_stream() const { return _sd; }

private:
Handler _receiver;
brpc::StreamId _sd;
Expand Down

0 comments on commit 831cbfd

Please sign in to comment.