diff --git a/translate.c b/translate.c
index 24ed38f7959689039b75100a51ca5af00117b05e..0f2bc9efcbfec9d3c9aa981f8fc8ea365a807e84 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. */