Remove leftover, no longer valid comment
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 27 Sep 2012 08:43:17 +0000 (11:43 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 27 Sep 2012 08:43:36 +0000 (11:43 +0300)
lib/rpmte.c

index 7154254..a6dced0 100644 (file)
@@ -242,7 +242,6 @@ static int addTE(rpmte p, Header h, fnpyKey key, rpmRelocation * relocs)
     p->pkgFileSize = 0;
     p->headerSize = headerSizeof(h, HEADER_MAGIC_NO);
 
-    /* XXX thisds not in global pool yet, but not strictly needed either */
     p->thisds = rpmdsThisPool(tspool, h, RPMTAG_PROVIDENAME, RPMSENSE_EQUAL);
     p->provides = rpmdsNewPool(tspool, h, RPMTAG_PROVIDENAME, 0);
     p->requires = rpmdsNewPool(tspool, h, RPMTAG_REQUIRENAME, 0);