commit | fa3ad5885dd2df381e8c99d868232e9767e06f77 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Mar 08 19:24:03 2017 -0800 |
committer | Steven Moreland <smoreland@google.com> | Wed Mar 08 19:24:22 2017 -0800 |
tree | 146aed7f6cb8026cf1d003c5af4c805f28ec2f14 | |
parent | 021807e4d886a23cb33f4501db73f4b0d37d76b5 [diff] |
soundtrigger: remove warning from VTS test Test: pass Change-Id: I5b437980fb8003cbfb56b0ab9079993565224fa6
diff --git a/soundtrigger/2.0/vts/functional/VtsHalSoundtriggerV2_0TargetTest.cpp b/soundtrigger/2.0/vts/functional/VtsHalSoundtriggerV2_0TargetTest.cpp index 273ee14..fcc989f 100644 --- a/soundtrigger/2.0/vts/functional/VtsHalSoundtriggerV2_0TargetTest.cpp +++ b/soundtrigger/2.0/vts/functional/VtsHalSoundtriggerV2_0TargetTest.cpp
@@ -310,7 +310,6 @@ */ TEST_F(SoundTriggerHidlTest, stopAllRecognitions) { Return<int32_t> hidlReturn(0); - SoundModelHandle handle = 0; hidlReturn = mSoundTriggerHal->stopAllRecognitions();