summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2012-12-29 15:18:50 +0100
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2012-12-29 15:21:57 +0100
commit4cfd728122f5197b4cf828ce9c9c445186926238 (patch)
treecd022b9775f61fb347829fcea74520fc8690822c
parent1851058c35b28b26943cfef27f559e1f2774ebb7 (diff)
downloadvdr-plugin-inputdev-4cfd728122f5197b4cf828ce9c9c445186926238.tar.gz
vdr-plugin-inputdev-4cfd728122f5197b4cf828ce9c9c445186926238.tar.bz2
fixed build by removing unused variable
-rw-r--r--udevhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/udevhelper.c b/udevhelper.c
index 04cf146..3c4bc45 100644
--- a/udevhelper.c
+++ b/udevhelper.c
@@ -36,7 +36,6 @@ int main(int argc, char *argv[])
char const *dev;
char const *action = getenv("ACTION");
ssize_t l;
- bool is_add;
if (argc < 2) {
fprintf(stderr, "missing device name\n");