diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-20 05:43:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-20 05:43:14 +0000 |
commit | e243ffc6679a8e119e2e6041e507c234e90bc796 (patch) | |
tree | ea56e180f1dca8f3846460916510eb49f2db42a6 /gold/archive.h | |
parent | 20e96b3e5d881e80cb51c1faa33a621394cabf8e (diff) | |
download | gdb-e243ffc6679a8e119e2e6041e507c234e90bc796.zip gdb-e243ffc6679a8e119e2e6041e507c234e90bc796.tar.gz gdb-e243ffc6679a8e119e2e6041e507c234e90bc796.tar.bz2 |
From Craig Silverstein: rework seen handling to be based on archive
offsets rather than entries in archive symbol table.
Diffstat (limited to 'gold/archive.h')
-rw-r--r-- | gold/archive.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gold/archive.h b/gold/archive.h index ddd665f..33a7233 100644 --- a/gold/archive.h +++ b/gold/archive.h @@ -123,9 +123,6 @@ class Archive std::vector<Armap_entry> armap_; // The extended name table. std::string extended_names_; - // Track which symbols in the archive map are for elements which - // have already been included in the link. - std::vector<bool> seen_; }; // This class is used to read an archive and pick out the desired |