From 4776b2aa88e3c965d3cc38bdc8324a14fa09de81 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 23 May 2009 10:26:27 -0400 Subject: udev-acl: remove usused variables --- udev-acl/udev-acl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/udev-acl/udev-acl.c b/udev-acl/udev-acl.c index 5dca734..ec95025 100644 --- a/udev-acl/udev-acl.c +++ b/udev-acl/udev-acl.c @@ -119,7 +119,6 @@ static GSList *uids_with_local_active_session(const char *own_id) { GSList *list = NULL; GKeyFile *keyfile; - int ret = 0; keyfile = g_key_file_new(); if (g_key_file_load_from_file(keyfile, "/var/run/ConsoleKit/database", 0, NULL)) { @@ -234,7 +233,6 @@ int main (int argc, char* argv[]) { "help", no_argument, NULL, 'h' }, {} }; - const char* file; int add = -1; const char *device = NULL; uid_t uid = 0; -- cgit