[Asterisk-cvs] asterisk translate.c,1.15,1.16
citats at lists.digium.com
citats at lists.digium.com
Mon Mar 1 02:26:53 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv8700
Modified Files:
translate.c
Log Message:
Remove comment about EXPERIMENTAL_TRANSLATION since its not used
anywhere anymore
Index: translate.c
===================================================================
RCS file: /usr/cvsroot/asterisk/translate.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- translate.c 26 Feb 2004 01:12:38 -0000 1.15
+++ translate.c 1 Mar 2004 07:17:01 -0000 1.16
@@ -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. */
More information about the svn-commits
mailing list