aboutsummaryrefslogtreecommitdiff
path: root/gold/fileread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/fileread.cc')
-rw-r--r--gold/fileread.cc15
1 files changed, 1 insertions, 14 deletions
diff --git a/gold/fileread.cc b/gold/fileread.cc
index 72abd6b..36eee6c 100644
--- a/gold/fileread.cc
+++ b/gold/fileread.cc
@@ -1,6 +1,6 @@
// fileread.cc -- read files for gold
-// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.
@@ -191,19 +191,6 @@ File_read::release()
this->released_ = true;
}
-// Claim the file for a plugin. This effectively releases the file without
-// closing it; the plugin will assume responsibility for closing it.
-
-void
-File_read::claim_for_plugin()
-{
- gold_assert(this->is_locked());
- claim_descriptor_for_plugin(this->descriptor_);
- this->descriptor_ = -1;
- this->is_descriptor_opened_ = false;
- this->released_ = true;
-}
-
// Lock the file.
void