diff options
author | jbj <devnull@localhost> | 2000-04-13 10:11:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-04-13 10:11:32 +0000 |
commit | 41db4a0210a45057741ef4d69fa6703924ed0d2e (patch) | |
tree | f74fe4cf1abbd027872dd94360add9b720b14978 /lib/lookup.c | |
parent | 48e8650520c78c81f67164da89f1bb6143022ad8 (diff) | |
download | librpm-tizen-41db4a0210a45057741ef4d69fa6703924ed0d2e.tar.gz librpm-tizen-41db4a0210a45057741ef4d69fa6703924ed0d2e.tar.bz2 librpm-tizen-41db4a0210a45057741ef4d69fa6703924ed0d2e.zip |
The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.
CVS patchset: 3674
CVS date: 2000/04/13 10:11:32
Diffstat (limited to 'lib/lookup.c')
-rw-r--r-- | lib/lookup.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/lookup.c b/lib/lookup.c index 90476d1a1..ed0a1f2c4 100644 --- a/lib/lookup.c +++ b/lib/lookup.c @@ -76,20 +76,6 @@ exit: return rc; } -#ifdef DYING -/* 0 found matches */ -/* 1 no matches */ -/* 2 error */ -int rpmdbFindByHeader(rpmdb db, Header h, dbiIndexSet * matches) -{ - const char * name, * version, * release; - - headerNVR(h, &name, &version, &release); - - return findMatches(db, name, version, release, matches); -} -#endif - /* 0 found matches */ /* 1 no matches */ /* 2 error */ |