Skip to content

Commit

Permalink
utils: iio_info: Remove unused local variables
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Dec 11, 2023
1 parent 1270272 commit 6fdb616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/iio_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ static void print_channel(const struct iio_channel *chn)

int main(int argc, char **argv)
{
char **argw, *buf;
char **argw;
const struct iio_device *dev, *trig;
const struct iio_channel *ch;
const char *key, *value, *name, *label, *type_name;
const char *name, *label;
unsigned int i, j, k, nb_devices, nb_channels, nb_ctx_attrs, nb_attrs;
struct iio_channels_mask *mask;
const struct iio_attr *attr;
Expand Down

0 comments on commit 6fdb616

Please sign in to comment.