diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-22 12:34:19 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-22 12:34:19 +0200 |
commit | 7e684c563014d71583b791bb0159e37592ca21b1 (patch) | |
tree | e700ac385cc3bde43df67fc37501174ea8117858 | |
parent | 9c00937f119f67c44103eaf0edddebaf0c709e22 (diff) | |
download | librpm-tizen-7e684c563014d71583b791bb0159e37592ca21b1.tar.gz librpm-tizen-7e684c563014d71583b791bb0159e37592ca21b1.tar.bz2 librpm-tizen-7e684c563014d71583b791bb0159e37592ca21b1.zip |
Lose the now empty header_internal.c source
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/header_internal.c | 12 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 1 insertions, 14 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 9668e1dd9..61f45c5a9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,7 +20,7 @@ usrlibdir = $(libdir) usrlib_LTLIBRARIES = librpm.la librpm_la_SOURCES = \ backend/dbconfig.c backend/db3.c \ - headerutil.c header.c headerfmt.c header_internal.c header_internal.h \ + headerutil.c header.c headerfmt.c header_internal.h \ poptDB.c rpmhash.c rpmhash.h rpmdb.c rpmdb_internal.h \ fprint.c fprint.h tagname.c rpmtd.c \ cpio.c cpio.h depends.c order.c formats.c tagexts.c fs.c fsm.c fsm.h \ diff --git a/lib/header_internal.c b/lib/header_internal.c deleted file mode 100644 index d3537f9fc..000000000 --- a/lib/header_internal.c +++ /dev/null @@ -1,12 +0,0 @@ -/** \ingroup header - * \file lib/header_internal.c - */ - -#include "system.h" - -#include <rpm/rpmtypes.h> -#include "lib/header_internal.h" - -#include "debug.h" - - diff --git a/po/POTFILES.in b/po/POTFILES.in index 97bea623b..d74609108 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -59,7 +59,6 @@ lib/verify.c lib/fprint.c lib/header.c lib/headerfmt.c -lib/header_internal.c lib/merge.c lib/poptDB.c lib/rpmdb.c |