2005-02-02 Dan Williams <dcbw@redhat.com>

* Clean up unused variables and the like


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@408 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2005-02-02 21:57:29 +00:00
parent a03d8042c3
commit 9a46c8dbed
6 changed files with 4 additions and 17 deletions

View File

@@ -44,7 +44,6 @@ GSList *mutex_descs = NULL;
static MutexDesc *nm_find_mutex_desc (GMutex *mutex)
{
GSList *elt;
gboolean found = FALSE;
for (elt = mutex_descs; elt; elt = g_slist_next (elt))
{