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