remove an obsolete define
authorFelix Fietkau <nbd@openwrt.org>
Mon, 31 Jan 2011 18:53:55 +0000 (19:53 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 31 Jan 2011 18:53:55 +0000 (19:53 +0100)
libubus.h

index 698e356513c3ac5e406ac0539e28d82ba328f5b5..5db2992e94d8b5cafe231dfaffb9d056dc1b342a 100644 (file)
--- a/libubus.h
+++ b/libubus.h
@@ -125,7 +125,6 @@ struct ubus_request {
        void *priv;
 };
 
-#define BLOBMSG_END_TABLE      BLOBMSG_TYPE_UNSPEC
 
 struct ubus_context *ubus_connect(const char *path);
 void ubus_free(struct ubus_context *ctx);