delete unused SENSORIOCGQUEUEDEPTH

This commit is contained in:
Daniel Agar
2017-12-14 12:27:47 -05:00
parent 6ad9e59a7a
commit d7aaab07fc
34 changed files with 0 additions and 129 deletions
-3
View File
@@ -385,9 +385,6 @@ PX4FLOW::ioctl(struct file *filp, int cmd, unsigned long arg)
return OK;
}
case SENSORIOCGQUEUEDEPTH:
return _reports->size();
case SENSORIOCRESET:
/* XXX implement this */
return -EINVAL;