Skip to content

Commit

Permalink
split interfaces into http and websocket headers
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jul 16, 2024
1 parent 54d18d8 commit 4d22ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpprealm/networking/http.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace realm::networking {
}
std::function<std::shared_ptr<http_transport_client>()> s_http_client_factory = make_default_http_client;

[[maybe_unused]]
void set_http_client_factory(std::function<std::shared_ptr<http_transport_client>()>&& factory_fn) {
s_http_client_factory = std::move(factory_fn);
}
Expand Down

0 comments on commit 4d22ca9

Please sign in to comment.