From b73a86c04c9469d2e8bae7225575d1e785d0852f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Dec 2009 17:19:18 +0100 Subject: small fix on top of DeleteDebugDump change Signed-off-by: Denys Vlasenko --- src/CLI/dbus.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/CLI/dbus.cpp') diff --git a/src/CLI/dbus.cpp b/src/CLI/dbus.cpp index 67c489e..2da9d74 100644 --- a/src/CLI/dbus.cpp +++ b/src/CLI/dbus.cpp @@ -160,8 +160,6 @@ void call_DeleteDebugDump(const char* uuid) DBUS_TYPE_INVALID); DBusMessage *reply = send_get_reply_and_unref(msg); - //it returns a single boolean value, - //but we don't use it (yet?) dbus_message_unref(reply); } -- cgit