From cae22334fa6bc395ccc421b09e0af94c89297c41 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 15 Jan 2010 10:16:25 -0500 Subject: Remove dead assignments found by clang. --- addressbook/util/eab-book-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/util/eab-book-util.c') diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c index 84529c9214..6975143bd1 100644 --- a/addressbook/util/eab-book-util.c +++ b/addressbook/util/eab-book-util.c @@ -214,7 +214,7 @@ eab_contact_list_from_string (const gchar *str) p++; } - q = p = str_stripped = g_string_free (gstr, FALSE); + p = str_stripped = g_string_free (gstr, FALSE); /* Note: The vCard standard says * -- cgit v1.2.3