Sensord: remove unused pm_mutex (#26705)

remove unused mutex
old-commit-hash: f84b1f2d9f
taco
Dean Lee 2 years ago committed by GitHub
parent bd7c926d88
commit f54d8b9f04
  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