diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-25 05:16:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-25 05:16:35 +0000 |
commit | bae3688d8f8566ea43c712982cea95897ed359da (patch) | |
tree | ac5c9f93174c3fc5653fa990524be599924c637c /gold/archive.h | |
parent | ba45d2478b259454e5b4c2d7dcaa7a35ecbf329c (diff) | |
download | gdb-bae3688d8f8566ea43c712982cea95897ed359da.zip gdb-bae3688d8f8566ea43c712982cea95897ed359da.tar.gz gdb-bae3688d8f8566ea43c712982cea95897ed359da.tar.bz2 |
Remove get_view_and_size.
Diffstat (limited to 'gold/archive.h')
-rw-r--r-- | gold/archive.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gold/archive.h b/gold/archive.h index 7fa1d11..7ebdf47 100644 --- a/gold/archive.h +++ b/gold/archive.h @@ -101,10 +101,6 @@ class Archive get_view(off_t start, off_t size) { return this->input_file_->file().get_view(start, size); } - const unsigned char* - get_view_and_size(off_t start, off_t size, off_t* pbytes) - { return this->input_file_->file().get_view_and_size(start, size, pbytes); } - // Read the archive symbol map. void read_armap(off_t start, off_t size); |