[zaptel-commits] mattf: trunk r2863 - in /trunk: ./ wctdm24xxp/GpakApi.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Aug 16 15:11:43 CDT 2007


Author: mattf
Date: Thu Aug 16 15:11:43 2007
New Revision: 2863

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2863
Log:
Merged revisions 2862 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.4

................
r2862 | mattf | 2007-08-16 15:10:39 -0500 (Thu, 16 Aug 2007) | 9 lines

Merged revisions 2861 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2861 | mattf | 2007-08-16 15:10:03 -0500 (Thu, 16 Aug 2007) | 1 line

Remove some unused variables from compilation
........

................

Modified:
    trunk/   (props changed)
    trunk/wctdm24xxp/GpakApi.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/wctdm24xxp/GpakApi.c
URL: http://svn.digium.com/view/zaptel/trunk/wctdm24xxp/GpakApi.c?view=diff&rev=2863&r1=2862&r2=2863
==============================================================================
--- trunk/wctdm24xxp/GpakApi.c (original)
+++ trunk/wctdm24xxp/GpakApi.c Thu Aug 16 15:11:43 2007
@@ -106,10 +106,12 @@
     DSP_ADDRESS IfBlockPntr; /* Interface Block pointer */
     DSP_WORD DspStatus;      /* DSP Status */
     DSP_WORD DspChannels;    /* number of DSP channels */
+    DSP_WORD  Temp[2];
+#if 0
     DSP_WORD DspConfs;       /* number of DSP conferences */
     DSP_ADDRESS PktBufrMem;  /* address of Packet Buffer */
-    DSP_WORD  Temp[2];
     unsigned short int i;    /* loop index / counter */
+#endif
 
     /* Read the pointer to the Interface Block. */
     gpakReadDspMemory(DspId, DSP_IFBLK_ADDRESS, 2, Temp);
@@ -867,7 +869,9 @@
     DSP_WORD TakeIndex;     /* event fifo take index */
     DSP_WORD WordsReady;    /* number words ready for read out of event fifo */
     DSP_WORD EventError;    /* flag indicating error with event fifo msg  */
+#if 0
     DSP_WORD *pDebugData;   /* debug data buffer pointer in event data struct */
+#endif
 
     /* Make sure the DSP Id is valid. */
     if (DspId >= MAX_DSP_CORES) {




More information about the zaptel-commits mailing list