summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/dirsearch.cc
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-12-07 23:34:55 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-12-07 23:34:55 +0100
commit0903fc77dc546e5911d9f854f996fd7f01c083ca (patch)
treee780e2664ac66edce01c2974b3511da386384a24 /binutils-2.25/gold/dirsearch.cc
parent2b84c0ca027e029eae1e5f825696d62fa8c4e95f (diff)
downloadtoolchain_binutils-0903fc77dc546e5911d9f854f996fd7f01c083ca.tar.gz
toolchain_binutils-0903fc77dc546e5911d9f854f996fd7f01c083ca.tar.bz2
toolchain_binutils-0903fc77dc546e5911d9f854f996fd7f01c083ca.zip
various build fixes for Debian Stretch
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
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)
{