diff --git a/translate.c b/translate.c index 24ed38f795..0f2bc9efcb 100755 --- a/translate.c +++ b/translate.c @@ -29,13 +29,6 @@ #include #include -/* 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. */