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:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user