Skip to content

Commit

Permalink
in response to deletion of close_session() from tateyama::api::server…
Browse files Browse the repository at this point in the history
…::response
  • Loading branch information
t-horikawa committed Dec 1, 2023
1 parent 940adf4 commit 64b68b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions mock/tateyama/api/server/mock/request_response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ bool test_response::completed() {
return completed_.load();
}

status test_response::close_session() {
return status::ok;
}

bool test_response::all_released() const noexcept {
return !channel_ || released_ > 0;
}
Expand Down
1 change: 0 additions & 1 deletion mock/tateyama/api/server/mock/request_response.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ class test_response : public response {

[[nodiscard]] bool all_released() const noexcept;

status close_session() override;;
std::string body_{}; //NOLINT
std::string body_head_{}; //NOLINT
std::shared_ptr<test_channel> channel_{}; //NOLINT
Expand Down

0 comments on commit 64b68b5

Please sign in to comment.