summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-shell.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 13:32:47 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 13:32:47 -0500
commitf72bb380a663a2af6af6ea8edbc1a783086f53cd (patch)
treed0c0f276917569af766dc9bfa68c491ccb8fc5a3 /dbus/dbus-shell.h
parentfec58d8d78765342ba09e77c8742bb2e8b214ff1 (diff)
remove dead code
2008-01-15 John (J5) Palmieri <johnp@redhat.com> * patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com> * bus/config-parser.c (locate_attributes): remove dead code which always evaluated to TRUE * dbus/dbus-shell.c (_dbus_shell_quote): remove unused code
Diffstat (limited to 'dbus/dbus-shell.h')
-rw-r--r--dbus/dbus-shell.h1
1 files changed, 0 insertions, 1 deletions
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,