summaryrefslogtreecommitdiff
path: root/lib/rpmlead.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-09-01 12:26:26 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-09-01 12:34:33 +0300
commit05dd62aba9c6bab44ba55ff1266ec9126b2f8874 (patch)
treebf0dc87004b7097796835a577c31cc879c9ee238 /lib/rpmlead.c
parent76600e53893b38e4441d98e3a24d3b55fefe2021 (diff)
downloadrpm-05dd62aba9c6bab44ba55ff1266ec9126b2f8874.tar.gz
rpm-05dd62aba9c6bab44ba55ff1266ec9126b2f8874.tar.bz2
rpm-05dd62aba9c6bab44ba55ff1266ec9126b2f8874.zip
Lift remaining build-related stuff out of librpm over to build-side
- none of this belongs to librpm headers and ABI
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r--lib/rpmlead.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c
index c2fa4be72..d41a413c0 100644
--- a/lib/rpmlead.c
+++ b/lib/rpmlead.c
@@ -16,8 +16,6 @@
#include "debug.h"
-int _noDirTokens = 0;
-
static unsigned char const lead_magic[] = {
RPMLEAD_MAGIC0, RPMLEAD_MAGIC1, RPMLEAD_MAGIC2, RPMLEAD_MAGIC3
};