From a847ccf82c70a870976604de3b4839b430fbb0fe Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 13 Nov 2019 16:51:26 -0600 Subject: [PATCH] xmm7xxx: Remove unreachable statement --- plugins/xmm7xxx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c index a544798a..32c024eb 100644 --- a/plugins/xmm7xxx.c +++ b/plugins/xmm7xxx.c @@ -570,8 +570,6 @@ static DBusMessage *coex_set_property(DBusConnection *conn, } else { return __ofono_error_invalid_args(msg); } - - return dbus_message_new_method_return(msg); } static void coex_default_agent_notify(gpointer user_data)