Sensord: remove unused pm_mutex (#26705)

remove unused mutex
pull/26553/head^2
Dean Lee 3 years ago committed by GitHub
parent 0398f3ecf4
commit f84b1f2d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/sensord/sensors_qcom2.cc

@ -27,7 +27,6 @@
#define I2C_BUS_IMU 1
ExitHandler do_exit;
std::mutex pm_mutex;
uint64_t init_ts = 0;
void interrupt_loop(std::vector<Sensor *>& sensors,

Loading…
Cancel
Save