From 4cfd728122f5197b4cf828ce9c9c445186926238 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 29 Dec 2012 15:18:50 +0100 Subject: fixed build by removing unused variable --- udevhelper.c | 1 - 1 file changed, 1 deletion(-) 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"); -- cgit v1.2.3