aboutsummaryrefslogtreecommitdiffstats
path: root/translate.c
diff options
context:
space:
mode:
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. */