Remove obsolete comment.
authorRui Ueyama <ruiu@google.com>
Tue, 24 Oct 2017 21:44:43 +0000 (21:44 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 24 Oct 2017 21:44:43 +0000 (21:44 +0000)
llvm-svn: 316520

lld/ELF/InputSection.h

index e36eb40..dbd12c6 100644 (file)
@@ -212,7 +212,7 @@ private:
 // SectionPiece represents a piece of splittable section contents.
 // We allocate a lot of these and binary search on them. This means that they
 // have to be as compact as possible, which is why we don't store the size (can
-// be found by looking at the next one) and put the hash in a side table.
+// be found by looking at the next one).
 struct SectionPiece {
   SectionPiece(size_t Off, uint32_t Hash, bool Live)
       : InputOff(Off), Hash(Hash), OutputOff(-1),