diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2015-02-26 09:49:27 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-03-09 18:18:25 +0100 |
commit | 3fca6a2f4623122f5f4d79a2c0d4642ff30b6654 (patch) | |
tree | 2ce1db22edfb2a64b5529b81051bb722a5117d8e /tools | |
parent | tools: iio: Define _GNU_SOURCE in Makefile (diff) | |
download | linux-3fca6a2f4623122f5f4d79a2c0d4642ff30b6654.tar.xz linux-3fca6a2f4623122f5f4d79a2c0d4642ff30b6654.zip |
tools: iio: lsiio: Remove unused variables
This patch removes unused variables from lsiio.c in order
to get rid of the warnings regarding them.
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iio/lsiio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/iio/lsiio.c b/tools/iio/lsiio.c index 98a0de098130..c585440f864e 100644 --- a/tools/iio/lsiio.c +++ b/tools/iio/lsiio.c @@ -95,12 +95,7 @@ static int dump_one_trigger(const char *dev_dir_name) static void dump_devices(void) { const struct dirent *ent; - int number, numstrlen; - - FILE *nameFile; DIR *dp; - char thisname[IIO_MAX_NAME_LENGTH]; - char *filename; dp = opendir(iio_dir); if (dp == NULL) { |