Skip to content

Commit

Permalink
Remove unused assignments to pointers from invalid pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
rubund committed Jul 23, 2019
1 parent 1964f8b commit aeb8a6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/magnitude_equalizer_vcc_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ magnitude_equalizer_vcc_impl::work(int noutput_items,
gr_vector_void_star &output_items)
{
gr_complex const *in = (const gr_complex *) input_items[0];
const char *frame_start = (const char *) input_items[1];
gr_complex *out = (gr_complex *) output_items[0];
char *frame_start_out = (char *) output_items[1];

std::vector<int> tag_positions;
int next_tag_position = -1;
Expand Down

0 comments on commit aeb8a6e

Please sign in to comment.