Skip to content

Commit

Permalink
Removed one unsed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Sep 14, 2021
1 parent d937d6c commit 5144627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/getcoeff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main (int,char**) {
bool exception {false};
try {
fir.getCoeff(&w_out[0], nTaps-1);
} catch (std::out_of_range& oor) {
} catch (std::out_of_range&) {
exception = true;
}

Expand Down

0 comments on commit 5144627

Please sign in to comment.