From 9a13022280cd69e7d0f0abcb87d8821c9588c2fd Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 2 Jan 2012 16:18:19 +0000 Subject: kill dead variables git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@172 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/src/RPM4.xs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'RPM4') diff --git a/RPM4/src/RPM4.xs b/RPM4/src/RPM4.xs index d72b60a..ca75358 100644 --- a/RPM4/src/RPM4.xs +++ b/RPM4/src/RPM4.xs @@ -969,7 +969,6 @@ Header_string(h, no_header_magic = 0) int no_header_magic PREINIT: char * string = NULL; - int offset = 8; /* header magic length */ char * ptr = NULL; int hsize = 0; PPCODE: @@ -2835,7 +2834,6 @@ void Spec_check(spec, ts = NULL) rpmSpec spec PREINIT: - int rc; rpmts ts = rpmtsCreate(); rpmps ps; PPCODE: @@ -3031,8 +3029,6 @@ ps_isignore(ps, numpb) rpmps ps int numpb PREINIT: - rpmProblem p; - int i; CODE: RETVAL = 0; /* ignoreProblem is obsolete and always false */ OUTPUT: -- cgit v1.2.1