From 66beef3c7d5725f0080b47071c083a4ae200e1fb Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 9 Oct 2005 05:10:19 +0000 Subject: [PATCH] Remove unused variables git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1009 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- test/nm-tool.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/nm-tool.c b/test/nm-tool.c index 22a7940a9c..5ed504121d 100644 --- a/test/nm-tool.c +++ b/test/nm-tool.c @@ -311,7 +311,6 @@ static void detail_device (DBusConnection *connection, const char *path) static void print_devices (DBusConnection *connection) { - gboolean success = TRUE; DBusMessage * message = NULL; DBusMessage * reply = NULL; DBusError error; @@ -360,9 +359,6 @@ int main( int argc, char *argv[] ) { DBusConnection *connection; DBusError error; - char * path; - NMState state; - char * state_string; g_type_init ();