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
This commit is contained in:
James Golovich
2004-03-01 07:17:01 +00:00
parent b32c690175
commit 4160dfa6e1

View File

@@ -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. */