From e243ffc6679a8e119e2e6041e507c234e90bc796 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Sep 2007 05:43:14 +0000 Subject: From Craig Silverstein: rework seen handling to be based on archive offsets rather than entries in archive symbol table. --- gold/archive.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gold/archive.h') 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_; // 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 seen_; }; // This class is used to read an archive and pick out the desired -- cgit v1.1