remove unused submaster (#2187)

pull/2189/head
Dean Lee 5 years ago committed by GitHub
parent 855f52c3e0
commit 8f45685c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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