diff options
Diffstat (limited to 'gdb/ctfread.c')
-rw-r--r-- | gdb/ctfread.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gdb/ctfread.c b/gdb/ctfread.c index d363ce6..844ab7b 100644 --- a/gdb/ctfread.c +++ b/gdb/ctfread.c @@ -88,9 +88,9 @@ static const struct objfile_key<htab, htab_deleter> ctf_tid_key; struct ctf_fp_info { - explicit ctf_fp_info (ctf_file_t *cfp) : fp (cfp) {} - ~ctf_fp_info (); - ctf_file_t *fp; + explicit ctf_fp_info (ctf_file_t *cfp) : fp (cfp) {} + ~ctf_fp_info (); + ctf_file_t *fp; }; /* Cleanup function for the ctf_file_key data. */ @@ -1485,9 +1485,3 @@ elfctf_build_psymtabs (struct objfile *of) scan_partial_symbols (fp, of); } - -void _initialize_ctfread (); -void -_initialize_ctfread () -{ -} |