Drop a dead assignment, the calculated value is never used

This was erroneously added in fb13f7fd9e.

Fixes: #2904
This commit is contained in:
Panu Matilainen 2024-02-14 10:41:04 +02:00
parent 56dab4c5e8
commit 41974f46f9
1 changed files with 0 additions and 1 deletions

View File

@ -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;