From 35cc4f3127322ad3e3dd1e15e8ae29ff4b4a3af6 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Thu, 25 Jul 2013 14:21:35 -0700 Subject: Remove obsolete mBufferEnd Change-Id: I507c6109d66000bb30933ca23b912a1316f55e5e --- services/audioflinger/TrackBase.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'services/audioflinger/TrackBase.h') diff --git a/services/audioflinger/TrackBase.h b/services/audioflinger/TrackBase.h index 44a63c3..7052a0f 100644 --- a/services/audioflinger/TrackBase.h +++ b/services/audioflinger/TrackBase.h @@ -118,8 +118,6 @@ protected: audio_track_cblk_t* mCblk; void* mBuffer; // start of track buffer, typically in shared memory // except for OutputTrack when it is in local memory - void* mBufferEnd; // &mBuffer[mFrameCount * frameSize], where frameSize - // is based on mChannelCount and 16-bit samples // we don't really need a lock for these track_state mState; const uint32_t mSampleRate; // initial sample rate only; for tracks which -- cgit v1.1