summaryrefslogtreecommitdiff
path: root/include/compile_time_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compile_time_macros.h')
-rw-r--r--include/compile_time_macros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/compile_time_macros.h b/include/compile_time_macros.h
index b1e627d617..1cc41f4d0e 100644
--- a/include/compile_time_macros.h
+++ b/include/compile_time_macros.h
@@ -29,6 +29,4 @@
#define member_size(type, member) sizeof(((type *)0)->member)
-#define __visible __attribute__((externally_visible))
-
#endif /* __CROS_EC_COMPILE_TIME_MACROS_H */