remove an obsolete define

This commit is contained in:
Felix Fietkau 2011-01-31 19:53:55 +01:00
parent ea76fb270d
commit 7d4fd754af

View file

@ -125,7 +125,6 @@ struct ubus_request {
void *priv; void *priv;
}; };
#define BLOBMSG_END_TABLE BLOBMSG_TYPE_UNSPEC
struct ubus_context *ubus_connect(const char *path); struct ubus_context *ubus_connect(const char *path);
void ubus_free(struct ubus_context *ctx); void ubus_free(struct ubus_context *ctx);