diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-17 15:51:58 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-17 15:51:58 +0200 |
commit | e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f (patch) | |
tree | fc3cb2eecc92c2102ecbdcc88d385b4cc6d18380 /lib/rpmte.c | |
parent | 6193da9cad40dbbc1d7ce974ab9df96986a52183 (diff) | |
download | librpm-tizen-e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f.tar.gz librpm-tizen-e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f.tar.bz2 librpm-tizen-e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f.zip |
Eliminate now unnecessary rpmteFd()
- ...which should've never been exported in the first place
Diffstat (limited to 'lib/rpmte.c')
-rw-r--r-- | lib/rpmte.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rpmte.c b/lib/rpmte.c index 4dd50449e..4254ffab9 100644 --- a/lib/rpmte.c +++ b/lib/rpmte.c @@ -577,11 +577,6 @@ FD_t rpmteSetFd(rpmte te, FD_t fd) return NULL; } -FD_t rpmteFd(rpmte te) -{ - return (te != NULL ? te->fd : NULL); -} - fnpyKey rpmteKey(rpmte te) { return (te != NULL ? te->key : NULL); |