X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubus_common.h;h=4bb992793d5f9921074721118f3412471d2995cd;hp=18cb6640e6c81bd3ab3f991786fb859984da5a1a;hb=5dfd3c16fa1cc9e288c41ef6e3e4c3bc63acf612;hpb=29a2ed2f17350f29680fd7cdcae9d3a1e3e5886b diff --git a/ubus_common.h b/ubus_common.h index 18cb664..4bb9927 100644 --- a/ubus_common.h +++ b/ubus_common.h @@ -21,6 +21,4 @@ #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) #endif -#define __init __attribute__((constructor)) - #endif