aboutsummaryrefslogtreecommitdiffstats
path: root/translate.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-01 07:17:01 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-01 07:17:01 +0000
commit2ec52857cdfa22d7a3cd5c13276898f9335dda75 (patch)
tree1489a56cee695ec0c502f8919227913c8d1000f1 /translate.c
parenta6a040fae15eebd79cd40cd05bc240bdd11355c2 (diff)
Remove comment about EXPERIMENTAL_TRANSLATION since its not used
anywhere anymore git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2279 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'translate.c')
-rwxr-xr-xtranslate.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/translate.c b/translate.c
index 24ed38f79..0f2bc9efc 100755
--- a/translate.c
+++ b/translate.c
@@ -29,13 +29,6 @@
#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. */