libubus-internal: use the __hidden definition from libubox
[project/ubus.git] / libubus-internal.h
index 3da057e..c50e7fd 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef __LIBUBUS_IO_H
 #define __LIBUBUS_IO_H
 
-#define __hidden __attribute__((visibility ("hidden")))
-
 extern struct blob_buf b;
 extern const struct ubus_method watch_method;