diff options
Diffstat (limited to 'nptl_db/db_info.c')
-rw-r--r-- | nptl_db/db_info.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl_db/db_info.c b/nptl_db/db_info.c index bed6ed486e..b39aebb78c 100644 --- a/nptl_db/db_info.c +++ b/nptl_db/db_info.c @@ -42,9 +42,6 @@ typedef struct rtld_global rtld_global; typedef struct dtv_slotinfo_list dtv_slotinfo_list; typedef struct dtv_slotinfo dtv_slotinfo; -/* Actually static in nptl/init.c, but we only need it for typeof. */ -extern bool __nptl_initial_report_events; - #define schedparam_sched_priority schedparam.sched_priority #define eventbuf_eventmask eventbuf.eventmask |