core: Ditch 'dwarves__active_loader' extern declaration, it was nuked

It doesn't exist anymore, remove the extern.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2022-03-09 15:47:30 -03:00
parent 4f332dbfd0
commit 4d004e2314
1 changed files with 0 additions and 2 deletions

View File

@ -229,8 +229,6 @@ struct debug_fmt_ops {
bool has_alignment_info;
};
extern struct debug_fmt_ops *dwarves__active_loader;
struct cu {
struct list_head node;
struct list_head tags;