VR: remove unused variable from VTS test

Test: pass
Change-Id: I7c39a2272b8d138acb73014497d3240cb22711a7
This commit is contained in:
Steven Moreland
2017-03-08 19:17:03 -08:00
parent 40e3ea48b4
commit d01b0dc19e

View File

@@ -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);