From f72bb380a663a2af6af6ea8edbc1a783086f53cd Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 15 Jan 2008 13:32:47 -0500 Subject: remove dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-01-15 John (J5) Palmieri * patch by Kimmo Hämäläinen * bus/config-parser.c (locate_attributes): remove dead code which always evaluated to TRUE * dbus/dbus-shell.c (_dbus_shell_quote): remove unused code --- bus/config-parser.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bus/config-parser.c') diff --git a/bus/config-parser.c b/bus/config-parser.c index d6df4abb..f9e0b7d7 100644 --- a/bus/config-parser.c +++ b/bus/config-parser.c @@ -582,9 +582,6 @@ locate_attributes (BusConfigParser *parser, va_end (args); - if (!retval) - return retval; - i = 0; while (attribute_names[i]) { -- cgit