Skip to content

Commit

Permalink
utils: iio_genxml: Remove unused local variable
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei committed Dec 11, 2023
1 parent c40d13a commit 4ffa858
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/iio_genxml.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ int main(int argc, char **argv)
char **argw, *uri;
const char *xml;
struct iio_context *ctx;
size_t xml_len;
struct option *opts;
size_t buf_len;
int c, ret = EXIT_FAILURE;
Expand Down

0 comments on commit 4ffa858

Please sign in to comment.