diff options
-rw-r--r-- | lld/lib/ReaderWriter/MachO/File.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/MachO/File.h b/lld/lib/ReaderWriter/MachO/File.h index cf9c0a63806..64a0fcf8284 100644 --- a/lld/lib/ReaderWriter/MachO/File.h +++ b/lld/lib/ReaderWriter/MachO/File.h @@ -247,8 +247,6 @@ private: offAndAtom.atom = atom; _sectionAtoms[inSection].push_back(offAndAtom); addAtom(*atom); -// llvm::dbgs() << "In " << inSection->sectionName << ": Added " -// << atom << " (" << atom->name() << ")\n"; } typedef llvm::DenseMap<const normalized::Section *, |