diff options
| author | Steven Moreland <smoreland@google.com> | 2017-03-08 19:17:03 -0800 |
|---|---|---|
| committer | Steven Moreland <smoreland@google.com> | 2017-03-08 19:17:19 -0800 |
| commit | d01b0dc19e73b3db00515b0e3180575138dadeb0 (patch) | |
| tree | f59c115a303f45d5c41e9e541838ad73566b4ad7 /vr | |
| parent | 40e3ea48b433b726cc1f97437a688f3eb624277e (diff) | |
| download | android_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.cpp | 1 |
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); |
