summaryrefslogtreecommitdiffstats
path: root/vr
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-03-08 19:17:03 -0800
committerSteven Moreland <smoreland@google.com>2017-03-08 19:17:19 -0800
commitd01b0dc19e73b3db00515b0e3180575138dadeb0 (patch)
treef59c115a303f45d5c41e9e541838ad73566b4ad7 /vr
parent40e3ea48b433b726cc1f97437a688f3eb624277e (diff)
downloadandroid_hardware_interfaces-d01b0dc19e73b3db00515b0e3180575138dadeb0.tar.gz
android_hardware_interfaces-d01b0dc19e73b3db00515b0e3180575138dadeb0.tar.bz2
android_hardware_interfaces-d01b0dc19e73b3db00515b0e3180575138dadeb0.zip
VR: remove unused variable from VTS test
Test: pass Change-Id: I7c39a2272b8d138acb73014497d3240cb22711a7
Diffstat (limited to 'vr')
-rw-r--r--vr/1.0/default/Vr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/vr/1.0/default/Vr.cpp b/vr/1.0/default/Vr.cpp
index 345db9946..4bba9eb5a 100644
--- a/vr/1.0/default/Vr.cpp
+++ b/vr/1.0/default/Vr.cpp
@@ -43,7 +43,6 @@ Return<void> Vr::setVrMode(bool enabled) {
}
IVr* HIDL_FETCH_IVr(const char * /*name*/) {
- vr_module_t *vr_module;
const hw_module_t *hw_module = NULL;
int ret = hw_get_module(VR_HARDWARE_MODULE_ID, &hw_module);