Update copyright date
[src/app-framework-binder.git] / src / afb-msg-json.c
index ceeee1a..b1a83e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ * Copyright (C) 2016-2019 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -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);
-}
-