Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bruse committed May 31, 2024
1 parent 1475a21 commit 053daa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/zimt/zimtohrli_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,6 @@ TEST(Zimtohrli, SpectrogramTest) {
loudness);
EXPECT_NEAR(loudness[{last_energy_sample}][high_channel],
spectrogram[{last_energy_sample}][high_channel], 1);
const float energy_in_high_channel_solo =
spectrogram[{last_energy_sample}][high_channel];

z.Spectrogram(CreateSignal(sample_rate, seconds_of_audio,
{{low_channel_hz, low_channel_amplitude},
Expand Down

0 comments on commit 053daa4

Please sign in to comment.