Skip to content

Commit

Permalink
examples/ad9361-iiostream: Remove unused variables
Browse files Browse the repository at this point in the history
This was only caught in the macOS and ARM builds and not in Linux

Signed-off-by: Philip Molloy <[email protected]>
  • Loading branch information
pamolloy authored and dNechita committed Feb 11, 2025
1 parent 2cf643d commit 4ff3e75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/ad9361-iiostream.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ int main (int argc, char **argv)
struct iio_device *tx;
struct iio_device *rx;

// RX and TX sample counters
size_t nrx = 0;
size_t ntx = 0;

// RX and TX sample size
size_t rx_sample_sz, tx_sample_sz;

Expand Down

0 comments on commit 4ff3e75

Please sign in to comment.