Remove unnecessary initialization
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 11 Nov 2008 19:06:32 +0000 (21:06 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 11 Nov 2008 19:06:32 +0000 (21:06 +0200)
- rpmfiNew() zeroes out everything, including striplen + astriplen

lib/psm.c

index 8e514a0..17f3781 100644 (file)
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -300,9 +300,6 @@ rpmRC rpmInstallSourcePackage(rpmts ts, FD_t fd,
        }
     }
 
-    fi->astriplen = 0;
-    fi->striplen = 0;
-
     i = fi->fc;
 
     if (fi->h != NULL) {       /* XXX can't happen */