Remove LTTNG_HIDDEN macro
[lttng-ust.git] / liblttng-ust / tracepoint-weak-test.c
index 71e3f433f8fccb108d1da8eccee05708c939c7ad..50afe005cb75eb3433aa437af1e9e9de45d4d891 100644 (file)
@@ -11,19 +11,16 @@ struct {
        char a[24];
 } __tracepoint_test_symbol3 __attribute__((weak, visibility("hidden")));
 
-__attribute__((visibility("hidden")))
 void *lttng_ust_tp_check_weak_hidden1(void)
 {
        return &__tracepoint_test_symbol1;
 }
 
-__attribute__((visibility("hidden")))
 void *lttng_ust_tp_check_weak_hidden2(void)
 {
        return &__tracepoint_test_symbol2;
 }
 
-__attribute__((visibility("hidden")))
 void *lttng_ust_tp_check_weak_hidden3(void)
 {
        return &__tracepoint_test_symbol3;
This page took 0.023431 seconds and 4 git commands to generate.