diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-05-16 17:01:29 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-05-16 17:05:26 +0300 |
commit | 58954631861183d432213b0a6c8d3364283ae64e (patch) | |
tree | a309c113815e3c13f95df25fead6a70b8c7e5aad /build/rpmbuild_internal.h | |
parent | 29677605d44dc9cba3119135653ba0372ab58037 (diff) | |
download | librpm-tizen-58954631861183d432213b0a6c8d3364283ae64e.tar.gz librpm-tizen-58954631861183d432213b0a6c8d3364283ae64e.tar.bz2 librpm-tizen-58954631861183d432213b0a6c8d3364283ae64e.zip |
Push special doc directory generation next to other special doc foobar
- There's no need to carry the special doc directory in the
package struct, the directory is only a fleeting thing deep down
in the filelist parsing. Handle local-only needs locally.
- No behavior/semantic changes intended or expected.
Diffstat (limited to 'build/rpmbuild_internal.h')
-rw-r--r-- | build/rpmbuild_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/rpmbuild_internal.h b/build/rpmbuild_internal.h index e90e9258e..22a5d35c2 100644 --- a/build/rpmbuild_internal.h +++ b/build/rpmbuild_internal.h @@ -101,8 +101,6 @@ struct Package_s { char * postTransFile; /*!< %posttrans scriptlet. */ char * verifyFile; /*!< %verifyscript scriptlet. */ - char *specialDocDir; - struct TriggerFileEntry * triggerFiles; ARGV_t fileFile; |