summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2019-11-13 16:51:26 -0600
committerDenis Kenzior <denkenz@gmail.com>2019-11-13 17:01:15 -0600
commita847ccf82c70a870976604de3b4839b430fbb0fe (patch)
tree4188e4b334d6f584a3523d44ca8b816df69dbd36 /plugins
parentd8ca3df926733984b9b5562ad1e75e5fc1f4e718 (diff)
downloadofono-a847ccf82c70a870976604de3b4839b430fbb0fe.tar.gz
xmm7xxx: Remove unreachable statement
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xmm7xxx.c2
1 files changed, 0 insertions, 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)