From: James Golovich Date: Mon, 1 Mar 2004 07:17:01 +0000 (+0000) Subject: Remove comment about EXPERIMENTAL_TRANSLATION since its not used X-Git-Tag: 1.0.0-rc1~1024 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=4160dfa6e178a4e3af1ddbebde80f5c31b8d72f2;hp=b32c690175899cfb89a3b8b94de3bcaefc83f191 Remove comment about EXPERIMENTAL_TRANSLATION since its not used anywhere anymore git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2279 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/translate.c b/translate.c index 24ed38f..0f2bc9e 100755 --- a/translate.c +++ b/translate.c @@ -29,13 +29,6 @@ #include #include -/* Uncomment the EXPERIMENTAL_TRANSLATION to enable a more complicated, but probably more - correct way of handling full duplex translation */ - -/* -#define EXPERIMENTAL_TRANSLATION -*/ - /* This could all be done more efficiently *IF* we chained packets together by default, but it would also complicate virtually every application. */