From 94b8f7fec58281426ae781e802889dfc6c844645 Mon Sep 17 00:00:00 2001 From: Alan Yaniger Date: Thu, 5 Aug 2021 15:39:27 +0300 Subject: [PATCH] fixed another rebase error --- apps/restconf/restconf_api.h | 2 -- 1 file changed, 2 deletions(-) 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_ */