summaryrefslogtreecommitdiffstats
path: root/tools/iio
diff options
context:
space:
mode:
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>2015-02-26 10:49:27 +0200
committerJonathan Cameron <jic23@kernel.org>2015-03-09 17:18:25 +0000
commit3fca6a2f4623122f5f4d79a2c0d4642ff30b6654 (patch)
tree2ce1db22edfb2a64b5529b81051bb722a5117d8e /tools/iio
parent976d9ab112bdef7b25827f576b33068704df78ee (diff)
downloadlinux-0-day-3fca6a2f4623122f5f4d79a2c0d4642ff30b6654.tar.gz
linux-0-day-3fca6a2f4623122f5f4d79a2c0d4642ff30b6654.tar.xz
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/iio')
-rw-r--r--tools/iio/lsiio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/iio/lsiio.c b/tools/iio/lsiio.c
index 98a0de098130c..c585440f864e3 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) {