Skip to content

Commit

Permalink
Remove an unused initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Mar 24, 2024
1 parent 68b135a commit a0e9da2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/phase_shifter.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include "alspan.h"


struct NoInit { };

/* Implements a wide-band +90 degree phase-shift. Note that this should be
* given one sample less of a delay (FilterSize/2 - 1) compared to the direct
* signal delay (FilterSize/2) to properly align.
Expand Down Expand Up @@ -50,8 +48,6 @@ struct PhaseShifterT {
}
}

PhaseShifterT(NoInit) { }

void process(al::span<float> dst, const float *RESTRICT src) const;

private:
Expand Down

0 comments on commit a0e9da2

Please sign in to comment.