]> git.llucax.com Git - z.facultad/75.06/jacu.git/commitdiff
Fix
authorAlan Kennedy <kennedya@3dgames.com.ar>
Sun, 20 Jun 2004 05:55:57 +0000 (05:55 +0000)
committerAlan Kennedy <kennedya@3dgames.com.ar>
Sun, 20 Jun 2004 05:55:57 +0000 (05:55 +0000)
src/statichuff/statichuff.c

index 8df625e1c454e44f23564693a95ad44c74367165..b1896e0231892638975f5f28b18190a9bd19f9df 100644 (file)
@@ -120,7 +120,6 @@ SHUFFNODE *shuff_buildtree(SHUFFNODE *list, int listcount)
 {
        SHUFFNODE *lastsymbol = list+(listcount-1);
        SHUFFNODE *node1,*node2;
-       int i;
 
        while (lastsymbol > list) {             
                /* Ordeno la lista por frecuencia descendente */