diff options
author | jbj <devnull@localhost> | 2001-10-29 16:39:13 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-29 16:39:13 +0000 |
commit | 89c1ce1325ed7391e3253aab3eb8c176af38781d (patch) | |
tree | bf9ed1feaff47dae7bd3588ab19f306c4afe432e /lib/psm.h | |
parent | 87b17923e66310483ce1ed2cf5f54adcb80e9e23 (diff) | |
download | rpm-89c1ce1325ed7391e3253aab3eb8c176af38781d.tar.gz rpm-89c1ce1325ed7391e3253aab3eb8c176af38781d.tar.bz2 rpm-89c1ce1325ed7391e3253aab3eb8c176af38781d.zip |
Remove DYING code.
CVS patchset: 5139
CVS date: 2001/10/29 16:39:13
Diffstat (limited to 'lib/psm.h')
-rw-r--r-- | lib/psm.h | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -173,23 +173,6 @@ struct psm_s { extern "C" { #endif -#ifdef DYING -/** - * Create problem set. - */ -/*@only@*/ rpmProblemSet rpmProblemSetCreate(void) - /*@*/; - -/** - * Append problem to set. - */ -void rpmProblemSetAppend(rpmProblemSet tsprobs, rpmProblemType type, - const availablePackage alp, - const char * dn, const char * bn, - Header altH, unsigned long ulong1) - /*@modifies tsprobs, alp @*/; -#endif /* DYING */ - /** * Return file type from mode_t. * @param mode file mode bits (from header) |