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.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4160dfa6e178a4e3af1ddbebde80f5c31b8d72f2;p=thirdparty%2Fasterisk.git 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 24ed38f795..0f2bc9efcb 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. */