Removing unused members 83/46183/2
authorAdarsh Shree Ram <adarsh.ram@samsung.com>
Mon, 17 Aug 2015 13:57:33 +0000 (19:27 +0530)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 7 Sep 2015 05:07:04 +0000 (22:07 -0700)
Change-Id: Ie54cec7be0b553233ff8e1f00b461488d44aa373

src/uncal_gyro/uncal_gyro_sensor.cpp

index 8c1bb93..d152be7 100644 (file)
@@ -210,7 +210,6 @@ void uncal_gyro_sensor::synthesize(const sensor_event_t &event, vector<sensor_ev
 {
        sensor_event_t uncal_gyro_event;
        unsigned long long diff_time;
-       float azimuth_offset;
 
        if (event.event_type == GYROSCOPE_RAW_DATA_EVENT) {
                diff_time = event.data.timestamp - m_time;