examples/utils.c: remove unused variable
authorPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 01:05:44 +0000 (03:05 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 01:05:44 +0000 (03:05 +0200)
examples/utils.c

index a50aef2759351a2edd11f3de7d308c0987d1ffe7..8b9e9b6498b2cbe9d8f6632012834100f16342b5 100644 (file)
@@ -420,7 +420,7 @@ examples_common_process (aubio_process_func_t process_func,
 void
 flush_process (aubio_process_func_t process_func, aubio_print_func_t print)
 {
-  uint_t i, j;
+  uint_t i;
   fvec_zeros(obuf);
   for (i = 0; (signed) i < frames_delay; i++) {
     process_func (ibuf->data, obuf->data, overlap_size);