libubus: replace __init with __constructor
[project/ubus.git] / ubus_common.h
index 18cb6640e6c81bd3ab3f991786fb859984da5a1a..4bb992793d5f9921074721118f3412471d2995cd 100644 (file)
@@ -21,6 +21,4 @@
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
 #endif
 
-#define __init __attribute__((constructor))
-
 #endif