summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanik Tolaram <nanikjava@gmail.com>2015-01-31 16:06:22 +1100
committerMark Salyzyn <salyzyn@google.com>2015-02-02 16:10:21 +0000
commitf1efbe8f09f1e19f2887e7774b64bd0b3759b3b3 (patch)
treee1360d00cec2dce2863b1e182fef87ab6eee641e
parentece40ff803461f056a16180f1f89061643e6e1e5 (diff)
downloadinvensense-f1efbe8f09f1e19f2887e7774b64bd0b3759b3b3.tar.gz
Dead/ununsed code
variable rv has been removed from the MPLSensor constructor and the code that is using it has been remarked for sometime better clean up the code Change-Id: I82d1e13d8eca2c4a91985de1af090aa98315ab0e Signed-off-by: Nanik Tolaram <nanikjava@gmail.com>
-rw-r--r--60xx/libsensors/MPLSensor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/60xx/libsensors/MPLSensor.cpp b/60xx/libsensors/MPLSensor.cpp
index 32bfbe0..69af5a0 100644
--- a/60xx/libsensors/MPLSensor.cpp
+++ b/60xx/libsensors/MPLSensor.cpp
@@ -268,10 +268,6 @@ MPLSensor::MPLSensor() :
//setup the FIFO contents
setupFIFO();
- //we start the motion processing only when a sensor is enabled...
- //rv = inv_dmp_start();
- //ALOGE_IF(rv != INV_SUCCESS, "Fatal error: could not start the DMP correctly. (code = %d)\n", rv);
- //dmp_started = true;
pthread_mutex_unlock(&mMplMutex);