From e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 17 Dec 2009 15:51:58 +0200 Subject: [PATCH] Eliminate now unnecessary rpmteFd() - ...which should've never been exported in the first place --- lib/rpmte.c | 5 ----- lib/rpmte.h | 7 ------- 2 files changed, 12 deletions(-) diff --git a/lib/rpmte.c b/lib/rpmte.c index 4dd5044..4254ffa 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); diff --git a/lib/rpmte.h b/lib/rpmte.h index 15853e8..a28fdde 100644 --- a/lib/rpmte.h +++ b/lib/rpmte.h @@ -323,13 +323,6 @@ const char * rpmteNEVR(rpmte te); const char * rpmteNEVRA(rpmte te); /** \ingroup rpmte - * Retrieve file handle from transaction element. - * @param te transaction element - * @return file handle - */ -FD_t rpmteFd(rpmte te); - -/** \ingroup rpmte * Retrieve key from transaction element. * @param te transaction element * @return key -- 2.7.4