Remove comment about EXPERIMENTAL_TRANSLATION since its not used
authorJames Golovich <james@gnuinter.net>
Mon, 1 Mar 2004 07:17:01 +0000 (07:17 +0000)
committerJames Golovich <james@gnuinter.net>
Mon, 1 Mar 2004 07:17:01 +0000 (07:17 +0000)
anywhere anymore

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2279 65c4cc65-6c06-0410-ace0-fbb531ad65f3

translate.c

index 24ed38f..0f2bc9e 100755 (executable)
 #include <string.h>
 #include <stdio.h>
 
 #include <string.h>
 #include <stdio.h>
 
-/* 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. */
    
 /* This could all be done more efficiently *IF* we chained packets together
    by default, but it would also complicate virtually every application. */