Remove nicely misleading #ifndef NOTYET case from skipInstallFiles()
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 4 Nov 2010 11:49:07 +0000 (13:49 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 4 Nov 2010 12:42:34 +0000 (14:42 +0200)
commitbed4ada5c10f2fcdb2e90fd5168a2462d0136f1a
tree339a076fd1fe03b38e655c2c959bde8db9487613
parentd45cfdfc50c6e3662bfe91e62d4d97d28de6bdf8
Remove nicely misleading #ifndef NOTYET case from skipInstallFiles()
- No point "documenting" with reverse ifdef's what somebody was
  considering to implement eight years ago, as it is directory and
  file iterations can't be mixed as they both mess with fi->j.
- Also eliminate pointless "can't happen" check - this never gets
  called with NULL fi in an element (which is already a cant happen)
lib/transaction.c