projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70dd55c
)
examples/utils.c: remove unused variable
author
Paul Brossier
<piem@piem.org>
Thu, 8 Oct 2009 01:05:44 +0000
(
03:05
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 8 Oct 2009 01:05:44 +0000
(
03:05
+0200)
examples/utils.c
patch
|
blob
|
history
diff --git
a/examples/utils.c
b/examples/utils.c
index a50aef2759351a2edd11f3de7d308c0987d1ffe7..8b9e9b6498b2cbe9d8f6632012834100f16342b5 100644
(file)
--- a/
examples/utils.c
+++ b/
examples/utils.c
@@
-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);