X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-msg-json.c;h=25a9621433c773f0731e2a25b631ce3518b99737;hb=b4455a71edcf9030c3b64c8bc13f9d50f1624aa4;hp=ceeee1a466147b0b424f1084c64839e6eba824de;hpb=f70e19aff15da495509e28906715d0b2e1c0798c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-msg-json.c b/src/afb-msg-json.c index ceeee1a4..25a96214 100644 --- a/src/afb-msg-json.c +++ b/src/afb-msg-json.c @@ -75,9 +75,4 @@ struct json_object *afb_msg_json_event(const char *event, struct json_object *ob return msg; } -struct json_object *afb_msg_json_internal_error() -{ - return afb_msg_json_reply(NULL, "failed", "internal error", NULL); -} -