summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioMixer.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-10-30 14:37:10 -0700
committerGlenn Kasten <gkasten@google.com>2013-11-06 14:43:25 -0800
commite25b778b11183fda65418ab2142873a030521870 (patch)
treef7e2a2751de63187e29d0597eb0324e23a062d98 /services/audioflinger/AudioMixer.cpp
parent5c6ba3ad8eed1d59e5e2ffe6b70ced2d582a9def (diff)
downloadframeworks_av-e25b778b11183fda65418ab2142873a030521870.zip
frameworks_av-e25b778b11183fda65418ab2142873a030521870.tar.gz
frameworks_av-e25b778b11183fda65418ab2142873a030521870.tar.bz2
Remove dead code
Change-Id: Ide9196aa348cd3846b5c71d51fe6538f38ea8dc2
Diffstat (limited to 'services/audioflinger/AudioMixer.cpp')
-rw-r--r--services/audioflinger/AudioMixer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/audioflinger/AudioMixer.cpp b/services/audioflinger/AudioMixer.cpp
index 5fe5fcb..78522fe 100644
--- a/services/audioflinger/AudioMixer.cpp
+++ b/services/audioflinger/AudioMixer.cpp
@@ -113,8 +113,6 @@ AudioMixer::AudioMixer(size_t frameCount, uint32_t sampleRate, uint32_t maxNumTr
// AudioMixer is not yet capable of multi-channel output beyond stereo
ALOG_ASSERT(2 == MAX_NUM_CHANNELS, "bad MAX_NUM_CHANNELS %d", MAX_NUM_CHANNELS);
- LocalClock lc;
-
pthread_once(&sOnceControl, &sInitRoutine);
mState.enabledTracks= 0;