Skip to content

Commit

Permalink
fix(engine): comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Jun 21, 2024
1 parent b1f07ff commit f7e7775
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/src/globals.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ com::centreon::engine::commands::command* global_service_event_handler_ptr(
com::centreon::engine::commands::command* ochp_command_ptr(NULL);
com::centreon::engine::commands::command* ocsp_command_ptr(NULL);
int additional_freshness_latency(15);
//int config_errors(0);
//int config_warnings(0);
int sig_id(0);
bool sighup{false};
int sigrestart(false);
Expand Down

1 comment on commit f7e7775

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 1 0 15 93.33 29m42.28863s

Failed Tests

Name Message ⏱️ Duration Suite
BENCH_1000STATUS_100ENGINE_2 AttributeError: 'NoneType' object has no attribute 'query_read_bytes' 176.108 s Bench

Please sign in to comment.