Skip to content

Commit

Permalink
httpd: remove unused prometheus structs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomershafir committed Aug 29, 2024
1 parent 83e6cdf commit d4df208
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/httpd/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ void set_routes(routes& r) {
}

int main(int ac, char** av) {
httpd::http_server_control prometheus_server;
prometheus::config pctx;
app_template app;

app.add_options()("port", bpo::value<uint16_t>()->default_value(10000), "HTTP Server port");
Expand Down

0 comments on commit d4df208

Please sign in to comment.