aboutsummaryrefslogtreecommitdiff
path: root/gold/archive.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-09-25 05:16:35 +0000
committerIan Lance Taylor <iant@google.com>2007-09-25 05:16:35 +0000
commitbae3688d8f8566ea43c712982cea95897ed359da (patch)
treeac5c9f93174c3fc5653fa990524be599924c637c /gold/archive.h
parentba45d2478b259454e5b4c2d7dcaa7a35ecbf329c (diff)
downloadfsf-binutils-gdb-bae3688d8f8566ea43c712982cea95897ed359da.zip
fsf-binutils-gdb-bae3688d8f8566ea43c712982cea95897ed359da.tar.gz
fsf-binutils-gdb-bae3688d8f8566ea43c712982cea95897ed359da.tar.bz2
Remove get_view_and_size.
Diffstat (limited to 'gold/archive.h')
-rw-r--r--gold/archive.h4
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);