summaryrefslogtreecommitdiff
path: root/codecs/codec_lpc10.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-09-08 21:33:32 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-09-08 21:33:32 +0000
commitc63fe750bbc57d901c62b9f4b82f0f3901d0d7b0 (patch)
tree520f25812033ab463adcd053afe32c47087af47c /codecs/codec_lpc10.c
parent160cea61396b8fe6767532174849df8ea723f850 (diff)
minor performance improvement
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42477 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/codec_lpc10.c')
-rw-r--r--codecs/codec_lpc10.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/codecs/codec_lpc10.c b/codecs/codec_lpc10.c
index 7985a11d6..3f46e0af8 100644
--- a/codecs/codec_lpc10.c
+++ b/codecs/codec_lpc10.c
@@ -218,9 +218,6 @@ static struct ast_frame *lintolpc10_frameout(struct ast_trans_pvt *pvt)
/* Use one of the two left over bits to record if this is a 22 or 23 ms frame...
important for IAX use */
tmp->longer = 1 - tmp->longer;
-#if 0 /* what the heck was this for? */
- ((char *)(tmp->f.data))[consumed - 1] |= tmp->longer;
-#endif
}
/* Move the data at the end of the buffer to the front */
if (pvt->samples)