dect
/
asterisk
Archived
13
0
Fork 0

Remove comment about EXPERIMENTAL_TRANSLATION since its not used

anywhere anymore


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2279 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
citats 2004-03-01 07:17:01 +00:00
parent a6a040fae1
commit 2ec52857cd
1 changed files with 0 additions and 7 deletions

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