Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Feb 21, 2019
1 parent fb35f68 commit 76581a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions convert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ namespace dump978 {
return i * i + q * q;
}

static inline double magsq_int16(std::int16_t i, std::int16_t q) {
return ((double)i * i + (double)q * q) / (32768 * 32768);
}

SampleConverter::Pointer SampleConverter::Create(SampleFormat format) {
switch (format) {
case SampleFormat::CU8:
Expand Down

0 comments on commit 76581a1

Please sign in to comment.