summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/include/lld/Core/File.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/include/lld/Core/File.h b/lld/include/lld/Core/File.h
index 84ec80a6912..0699a1e60f0 100644
--- a/lld/include/lld/Core/File.h
+++ b/lld/include/lld/Core/File.h
@@ -77,7 +77,6 @@ public:
/// Sets the command line order of the file.
void setOrdinal(uint64_t ordinal) const { _ordinal = ordinal; }
-public:
template <typename T> class atom_iterator; // forward reference
/// \brief For use interating over DefinedAtoms in this File.
OpenPOWER on IntegriCloud