summaryrefslogtreecommitdiff
path: root/translate.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-03-01 07:17:01 +0000
committerJames Golovich <james@gnuinter.net>2004-03-01 07:17:01 +0000
commit4160dfa6e178a4e3af1ddbebde80f5c31b8d72f2 (patch)
tree1489a56cee695ec0c502f8919227913c8d1000f1 /translate.c
parentb32c690175899cfb89a3b8b94de3bcaefc83f191 (diff)
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
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. */