[MN-dev] [mndiff]: r109 - trunk/noe/rs.c

michael subversion at mplayerhq.hu
Wed Oct 22 20:12:32 CEST 2008


Author: michael
Date: Wed Oct 22 20:12:32 2008
New Revision: 109

Log:
Remove unused variable.


Modified:
   trunk/noe/rs.c

Modified: trunk/noe/rs.c
==============================================================================
--- trunk/noe/rs.c	(original)
+++ trunk/noe/rs.c	Wed Oct 22 20:12:32 2008
@@ -364,7 +364,6 @@ int EXT(rsDecode)(GFF4Element *data, int
     int errorCount, gfftEval;
     const int decimate= SHIFT - codeBits;
     const int codeCount= (SIZE - 1)>>decimate;
-    const int dataCount= codeCount - parityCount;
     GFF4Element locator0[SIZE]; //[parityCount + 1 + 1];
     GFF4Element locator1[SIZE]; //[parityCount + 1 + 1];
     GFF4Element *locators[2]={locator0, locator1};



More information about the Mndiff-dev mailing list