From e5f7b3264cb03d03ceb6e2100c117c7f37e01e9f Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 17 Dec 2009 15:51:58 +0200 Subject: Eliminate now unnecessary rpmteFd() - ...which should've never been exported in the first place --- lib/rpmte.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/rpmte.c') 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); -- cgit v1.2.3