Skip to content

Commit

Permalink
Fixed cppcheck warning about unnecessary assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Feb 1, 2025
1 parent 95b4247 commit 613c086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/env_pitch_detect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ namespace Sapphire
{
// AUTO-RESET when things go squirelly.
initialize();
signal = 0;

// Keep quiet for a quarter of a second. This prevents runaway CPU usage
// from initializing every single process() call!
Expand Down

0 comments on commit 613c086

Please sign in to comment.