sim: common: replace SIM_FILTER_PATH with lbasename
[deliverable/binutils-gdb.git] / gold / archive.h
index a47b423de328be97259f906c98a3eeeb42d02311..18cd899e9d86fa2299c5d69f0cd936327390f35e 100644 (file)
@@ -1,6 +1,6 @@
 // archive.h -- archive support for gold      -*- C++ -*-
 
-// Copyright 2006, 2007, 2008, 2010, 2011, 2013 Free Software Foundation, Inc.
+// Copyright (C) 2006-2015 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -511,8 +511,6 @@ class Lib_group : public Library_base
   void
   do_for_all_unused_symbols(Symbol_visitor_base*) const;
 
-  // For reading the files.
-  const Input_file_lib* lib_;
   // Table of the objects in the group.
   std::vector<Archive_member> members_;
 };
This page took 0.023587 seconds and 4 git commands to generate.