Cleanup - Removing redundunt assignments from vector.cpp and matrix.cpp 47/33347/1
authorAnkur <ankur29.garg@samsung.com>
Thu, 8 Jan 2015 12:15:42 +0000 (17:45 +0530)
committerAnkur <ankur29.garg@samsung.com>
Thu, 8 Jan 2015 12:15:49 +0000 (17:45 +0530)
commit29331bfa06c08f82c3603ce0c102e7d9d124c171
treed17a3f9311e759c400a7e0734a7856ed083464b8
parentf87705983e0db3735a309800181b7cb1a9a7a946
Cleanup - Removing redundunt assignments from vector.cpp and matrix.cpp

The assignments were redundunt as in the next line only, the same variable was being assigned to some other value.

Change-Id: Iebe65db1bb1705466314a968117d7cc5a678ccff
src/sensor_fusion/matrix.cpp
src/sensor_fusion/vector.cpp