[Asterisk-cvs] asterisk translate.c,1.13.2.1,1.13.2.2
citats at lists.digium.com
citats at lists.digium.com
Mon Mar 1 02:27:25 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv8716
Modified Files:
Tag: v1-0_stable
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.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- translate.c 26 Feb 2004 01:13:35 -0000 1.13.2.1
+++ translate.c 1 Mar 2004 07:17:34 -0000 1.13.2.2
@@ -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