aboutsummaryrefslogtreecommitdiff
path: root/gold/ehframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/ehframe.h')
-rw-r--r--gold/ehframe.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gold/ehframe.h b/gold/ehframe.h
index 1f6c022..0641ac8 100644
--- a/gold/ehframe.h
+++ b/gold/ehframe.h
@@ -42,7 +42,7 @@ namespace gold
class Eh_frame_hdr : public Output_section_data
{
public:
- Eh_frame_hdr(const Target*, Output_section* eh_frame_section);
+ Eh_frame_hdr(Output_section* eh_frame_section);
// Set the final data size.
void
@@ -53,8 +53,6 @@ class Eh_frame_hdr : public Output_section_data
do_write(Output_file*);
private:
- // The output target.
- const Target* target_;
// The .eh_frame section.
Output_section* eh_frame_section_;
};