diff options
| author | Rui Ueyama <ruiu@google.com> | 2014-05-06 01:10:01 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2014-05-06 01:10:01 +0000 |
| commit | 91dd26b9a0627e54bd81a5000ff4937f484ceb97 (patch) | |
| tree | bea92995d27cfcf106a4505e309a701aa20011ae | |
| parent | e7494000122bf004c7591af7a423c9fec25512a9 (diff) | |
| download | bcm5719-llvm-91dd26b9a0627e54bd81a5000ff4937f484ceb97.tar.gz bcm5719-llvm-91dd26b9a0627e54bd81a5000ff4937f484ceb97.zip | |
Remove repeated access specifier.
llvm-svn: 208028
| -rw-r--r-- | lld/include/lld/Core/File.h | 1 |
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. |

