Removed warnings related to unused variables 74/32674/1
authorAnkur <ankur29.garg@samsung.com>
Mon, 22 Dec 2014 12:05:34 +0000 (17:35 +0530)
committerAnkur <ankur29.garg@samsung.com>
Mon, 22 Dec 2014 12:05:41 +0000 (17:35 +0530)
commit1efa8724e74e955ac8402718d58677c970c91c75
tree4935f83bb8e17a94e21238507a6f65ab95fa53ab
parent45fd5d384ee08a8fb5da724bba84601c823dadba
Removed warnings related to unused variables

-Removed two unused variables. Both variables were never being intialised or being assigned or being used anywhere in the code.
The variables were just declared. Safe to remove such variables.

Change-Id: I998a1c0c2978d48150c1b15e9b0cc083e430c73a
src/libsensord/client.cpp
src/orientation/orientation_sensor.cpp