dominikschnitzer / musly

Musly - Music Similarity Library
http://www.musly.org
Mozilla Public License 2.0
137 stars 27 forks source link

Remove unused private fields in resampler class #49

Closed f0k closed 5 years ago

f0k commented 5 years ago

The input_rate and output_rate fields are never read inside the class and cannot be read outside the class. Clang warned about that.

f0k commented 5 years ago

Oh, you included that in #47!