remove unused submaster (#2187)

old-commit-hash: 8f45685c91
commatwo_master
Dean Lee 5 years ago committed by GitHub
parent 291d150a3c
commit e663ec864a
  1. 2
      selfdrive/modeld/dmonitoringmodeld.cc

@ -32,8 +32,6 @@ int main(int argc, char **argv) {
signal(SIGINT, (sighandler_t)set_do_exit);
signal(SIGTERM, (sighandler_t)set_do_exit);
// messaging
SubMaster sm({"dMonitoringState"});
PubMaster pm({"driverState"});
// init the models

Loading…
Cancel
Save