[lld] r273917 - [lld][MachO] Remove stray comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 13:00:20 PDT 2016


Author: lhames
Date: Mon Jun 27 15:00:20 2016
New Revision: 273917

URL: http://llvm.org/viewvc/llvm-project?rev=273917&view=rev
Log:
[lld][MachO] Remove stray comment.

Modified:
    lld/trunk/lib/ReaderWriter/MachO/File.h

Modified: lld/trunk/lib/ReaderWriter/MachO/File.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/MachO/File.h?rev=273917&r1=273916&r2=273917&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/MachO/File.h (original)
+++ lld/trunk/lib/ReaderWriter/MachO/File.h Mon Jun 27 15:00:20 2016
@@ -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 *,




More information about the llvm-commits mailing list