diff options
author | 2022-12-19 08:36:38 +0000 | |
---|---|---|
committer | 2022-12-19 08:37:49 +0000 | |
commit | 0de2f79f50ad4f63dd234021e5e16e7a05cde7b2 (patch) | |
tree | 8aee52458cc52a7d241c5384f78475d2d039e0be | |
parent | 1be799e7263029c60e36f4e58d7ecd4f79921e9e (diff) |
Delete invalid placeholder for LLOB
We already have LLOB, so no need placeholder anymore
Test: No test needed
Change-Id: I8c3cb0c93fbe4c70b301fd9781571d7a1d5f970b
-rw-r--r-- | libs/sensor/Sensor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/sensor/Sensor.cpp b/libs/sensor/Sensor.cpp index ec0ced8663..fb895f59b9 100644 --- a/libs/sensor/Sensor.cpp +++ b/libs/sensor/Sensor.cpp @@ -264,10 +264,6 @@ Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersi mStringType = SENSOR_STRING_TYPE_HEART_BEAT; mFlags |= SENSOR_FLAG_SPECIAL_REPORTING_MODE; break; - - // TODO: Placeholder for LLOB sensor type - - case SENSOR_TYPE_ACCELEROMETER_UNCALIBRATED: mStringType = SENSOR_STRING_TYPE_ACCELEROMETER_UNCALIBRATED; mFlags |= SENSOR_FLAG_CONTINUOUS_MODE; |