From ee3fe5b982fd28663f507679b4bfbdf8b742f879 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Fri, 13 Jan 2012 17:54:57 +0000 Subject: [PATCH] Remove unused variable from mixer module. R=henrike@webrtc.org BUG=coverity-10288 Review URL: http://webrtc-codereview.appspot.com/344010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1424 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../audio_conference_mixer/source/audio_conference_mixer_impl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h b/src/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h index 441fa8138e..04a433c136 100644 --- a/src/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h +++ b/src/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h @@ -153,8 +153,6 @@ private: bool LimitMixedAudio(AudioFrame& mixedAudio); - bool _initialized; - // Scratch memory // Note that the scratch memory may only be touched in the scope of // Process().