Mercurial > hg > libxtract
changeset 169:b88a28c37218
Comment out unused variable
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Tue, 18 Jun 2013 08:17:05 -0700 |
parents | 8428ccc80ea5 |
children | 251df503d0fe |
files | src/scalar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/scalar.c Tue Jun 18 08:16:45 2013 -0700 +++ b/src/scalar.c Tue Jun 18 08:17:05 2013 -0700 @@ -979,7 +979,7 @@ int xtract_wavelet_f0(const double *data, const int N, const void *argv, double *result) { - double sr = *(double *)argv; + /* double sr = *(double *)argv; */ *result = dywapitch_computepitch(&wavelet_f0_state, data, 0, N);