Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fd13e48 authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "[Sensor][Bugfix]: Remove redundant assignment operations" am:...

Merge "[Sensor][Bugfix]: Remove redundant assignment operations" am: 7baf2ac4 am: 59b483ec am: 6d3361fe

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2479595



Change-Id: Ie9a9a0c08e11f19645656f4df37329f825273f91
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 325fd88d 6d3361fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -462,7 +462,6 @@ void convertFromSensorEvent(const sensors_event_t& src, Event* dst) {
            limitedAxesImuUncal.z = src.limited_axes_imu_uncalibrated.z_uncalib;
            limitedAxesImuUncal.xBias = src.limited_axes_imu_uncalibrated.x_bias;
            limitedAxesImuUncal.yBias = src.limited_axes_imu_uncalibrated.y_bias;
            limitedAxesImuUncal.yBias = src.limited_axes_imu_uncalibrated.y_bias;
            limitedAxesImuUncal.zBias = src.limited_axes_imu_uncalibrated.z_bias;
            limitedAxesImuUncal.xSupported = src.limited_axes_imu_uncalibrated.x_supported;
            limitedAxesImuUncal.ySupported = src.limited_axes_imu_uncalibrated.y_supported;