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 --- dbus/dbus-shell.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dbus/dbus-shell.h') diff --git a/dbus/dbus-shell.h b/dbus/dbus-shell.h index 9ecdf06e..5316d511 100644 --- a/dbus/dbus-shell.h +++ b/dbus/dbus-shell.h @@ -28,7 +28,6 @@ DBUS_BEGIN_DECLS -char* _dbus_shell_quote (const char *unquoted_string); char* _dbus_shell_unquote (const char *quoted_string); dbus_bool_t _dbus_shell_parse_argv (const char *command_line, int *argcp, -- cgit