diff options
Diffstat (limited to 'build/files.c')
-rw-r--r-- | build/files.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/files.c b/build/files.c index 11efcbb37..16d2cee69 100644 --- a/build/files.c +++ b/build/files.c @@ -2065,13 +2065,6 @@ int processSourceFiles(rpmSpec spec) } sourceFiles = newStringBuf(); - /* XXX - * XXX This is where the source header for noarch packages needs - * XXX to be initialized. - */ - if (spec->sourceHeader == NULL) - initSourceHeader(spec); - genSourceRpmName(spec); /* Construct the file list and source entries */ appendLineStringBuf(sourceFiles, spec->specFile); |