summaryrefslogtreecommitdiff
path: root/lib/formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/formats.c')
-rw-r--r--lib/formats.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/formats.c b/lib/formats.c
index 4bab4170f..8eb21282d 100644
--- a/lib/formats.c
+++ b/lib/formats.c
@@ -808,12 +808,8 @@ static int filenamesTag(Header h, /*@out@*/ rpmTagType * type,
/\ maxSet(count) >= 0 /\ maxSet(freeData) >= 0 @*/
{
*type = RPM_STRING_ARRAY_TYPE;
-
rpmfiBuildFNames(h, RPMTAG_BASENAMES, (const char ***) data, count);
*freeData = 1;
-
- *freeData = 0; /* XXX WTFO? */
-
return 0;
}