[zaptel-commits] mattf: branch 1.2 r2861 - /branches/1.2/wctdm24xxp/GpakApi.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Aug 16 15:10:04 CDT 2007
Author: mattf
Date: Thu Aug 16 15:10:03 2007
New Revision: 2861
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2861
Log:
Remove some unused variables from compilation
Modified:
branches/1.2/wctdm24xxp/GpakApi.c
Modified: branches/1.2/wctdm24xxp/GpakApi.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm24xxp/GpakApi.c?view=diff&rev=2861&r1=2860&r2=2861
==============================================================================
--- branches/1.2/wctdm24xxp/GpakApi.c (original)
+++ branches/1.2/wctdm24xxp/GpakApi.c Thu Aug 16 15:10:03 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