@ -221,9 +221,6 @@ int LidarLiteI2C::ioctl(struct file *filp, int cmd, unsigned long arg)
@@ -221,9 +221,6 @@ int LidarLiteI2C::ioctl(struct file *filp, int cmd, unsigned long arg)
@ -564,9 +564,6 @@ ACCELSIM::devIOCTL(unsigned long cmd, unsigned long arg)
@@ -564,9 +564,6 @@ ACCELSIM::devIOCTL(unsigned long cmd, unsigned long arg)
returnOK;
}
caseSENSORIOCGQUEUEDEPTH:
return_accel_reports->size();
caseSENSORIOCRESET:
// Nothing to do for simulator
returnOK;
@ -687,9 +684,6 @@ ACCELSIM::mag_ioctl(unsigned long cmd, unsigned long arg)
@@ -687,9 +684,6 @@ ACCELSIM::mag_ioctl(unsigned long cmd, unsigned long arg)
@ -786,9 +786,6 @@ GYROSIM::devIOCTL(unsigned long cmd, unsigned long arg)
@@ -786,9 +786,6 @@ GYROSIM::devIOCTL(unsigned long cmd, unsigned long arg)
returnOK;
}
caseSENSORIOCGQUEUEDEPTH:
return_accel_reports->size();
caseACCELIOCGSAMPLERATE:
return1e6/m_sample_interval_usecs;
@ -854,9 +851,6 @@ GYROSIM::gyro_ioctl(unsigned long cmd, unsigned long arg)
@@ -854,9 +851,6 @@ GYROSIM::gyro_ioctl(unsigned long cmd, unsigned long arg)