From 4ff3e75814ae385d4f66c487b43c0afa9af27bdd Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Tue, 9 Jul 2024 16:59:44 +0200 Subject: [PATCH] examples/ad9361-iiostream: Remove unused variables This was only caught in the macOS and ARM builds and not in Linux Signed-off-by: Philip Molloy --- examples/ad9361-iiostream.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/ad9361-iiostream.c b/examples/ad9361-iiostream.c index 360029dd9..3fc0d6336 100644 --- a/examples/ad9361-iiostream.c +++ b/examples/ad9361-iiostream.c @@ -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;