Skip to content

Commit

Permalink
bgproc_service: remove redundant initialisation from subclass.
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Dec 26, 2017
1 parent 091b19f commit f35dc05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/service.h
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,6 @@ class bgproc_service : public base_process_service
: base_process_service(sset, name, service_type::BGPROCESS, std::move(command), command_offsets,
depends_p)
{
tracking_child = false;
reserved_child_watch = false;
}

~bgproc_service() noexcept
Expand Down

0 comments on commit f35dc05

Please sign in to comment.