From fa3ad5885dd2df381e8c99d868232e9767e06f77 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 8 Mar 2017 19:24:03 -0800 Subject: [PATCH] soundtrigger: remove warning from VTS test Test: pass Change-Id: I5b437980fb8003cbfb56b0ab9079993565224fa6 --- .../2.0/vts/functional/VtsHalSoundtriggerV2_0TargetTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/soundtrigger/2.0/vts/functional/VtsHalSoundtriggerV2_0TargetTest.cpp b/soundtrigger/2.0/vts/functional/VtsHalSoundtriggerV2_0TargetTest.cpp index 273ee147d5..fcc989f8c9 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, StopRecognitionNoAStartFail) { */ TEST_F(SoundTriggerHidlTest, stopAllRecognitions) { Return hidlReturn(0); - SoundModelHandle handle = 0; hidlReturn = mSoundTriggerHal->stopAllRecognitions();