[xiph-cvs] cvs commit: vorbis/lib envelope.c floor0.c

Ralph Giles giles at xiph.org
Fri Sep 5 16:17:49 PDT 2003



giles       03/09/05 19:17:49

  Modified:    lib      envelope.c floor0.c
  Log:
  Remove a couple of unused variables.

Revision  Changes    Path
1.54      +1 -2      vorbis/lib/envelope.c

Index: envelope.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/envelope.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- envelope.c	11 Oct 2002 11:14:41 -0000	1.53
+++ envelope.c	5 Sep 2003 23:17:49 -0000	1.54
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: PCM data envelope analysis 
- last mod: $Id: envelope.c,v 1.53 2002/10/11 11:14:41 xiphmont Exp $
+ last mod: $Id: envelope.c,v 1.54 2003/09/05 23:17:49 giles Exp $
 
  ********************************************************************/
 
@@ -358,7 +358,6 @@
   int smallsize=e->current/e->searchstep+VE_POST; /* adjust for placing marks
                                                      ahead of ve->current */
   int smallshift=shift/e->searchstep;
-  int i;
 
   memmove(e->mark,e->mark+smallshift,(smallsize-smallshift)*sizeof(*e->mark));
   

<p><p>1.55      +1 -2      vorbis/lib/floor0.c

Index: floor0.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/floor0.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- floor0.c	7 Mar 2003 09:13:30 -0000	1.54
+++ floor0.c	5 Sep 2003 23:17:49 -0000	1.55
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: floor backend 0 implementation
- last mod: $Id: floor0.c,v 1.54 2003/03/07 09:13:30 xiphmont Exp $
+ last mod: $Id: floor0.c,v 1.55 2003/09/05 23:17:49 giles Exp $
 
  ********************************************************************/
 
@@ -143,7 +143,6 @@
 
 static vorbis_look_floor *floor0_look(vorbis_dsp_state *vd,
                                       vorbis_info_floor *i){
-  int j;
   vorbis_info_floor0 *info=(vorbis_info_floor0 *)i;
   vorbis_look_floor0 *look=_ogg_calloc(1,sizeof(*look));
   look->m=info->order;

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list