summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/dirsearch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/dirsearch.cc')
-rw-r--r--binutils-2.25/gold/dirsearch.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/binutils-2.25/gold/dirsearch.cc b/binutils-2.25/gold/dirsearch.cc
index e9e2fa12..bf25fe67 100644
--- a/binutils-2.25/gold/dirsearch.cc
+++ b/binutils-2.25/gold/dirsearch.cc
@@ -122,14 +122,6 @@ class Dir_caches
Cache_hash caches_;
};
-Dir_caches::~Dir_caches()
-{
- for (Cache_hash::iterator p = this->caches_.begin();
- p != this->caches_.end();
- ++p)
- delete p->second;
-}
-
void
Dir_caches::add(const char* dirname)
{