summaryrefslogtreecommitdiff
path: root/lib/rpmte.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-17 15:51:58 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-17 15:51:58 +0200
commite5f7b3264cb03d03ceb6e2100c117c7f37e01e9f (patch)
treefc3cb2eecc92c2102ecbdcc88d385b4cc6d18380 /lib/rpmte.c
parent6193da9cad40dbbc1d7ce974ab9df96986a52183 (diff)
downloadrpm-e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f.tar.gz
rpm-e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f.tar.bz2
rpm-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.c5
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);