diff --git a/apps/restconf/restconf_api.h b/apps/restconf/restconf_api.h index f94b8ce2..a44cb440 100644 --- a/apps/restconf/restconf_api.h +++ b/apps/restconf/restconf_api.h @@ -52,6 +52,4 @@ int restconf_reply_send(void *req, int code, cbuf *cb, int head); cbuf *restconf_get_indata(void *req); -#define YANG_PATCH - #endif /* _RESTCONF_API_H_ */