Drop a dead assignment, the calculated value is never used
This was erroneously added in fb13f7fd9e
.
Fixes: #2904
This commit is contained in:
parent
56dab4c5e8
commit
41974f46f9
|
@ -326,7 +326,6 @@ int rpmfiSetFX(rpmfi fi, int fx)
|
|||
|
||||
if (fi != NULL && fx >= 0 && fx < rpmfilesFC(fi->files)) {
|
||||
int dx = fi->j;
|
||||
i = fi->i;
|
||||
fi->i = fx;
|
||||
fi->j = rpmfilesDI(fi->files, fi->i);
|
||||
i = fi->i;
|
||||
|
|
Loading…
Reference in New Issue