Avoid building rpmdebug-py

This commit is contained in:
Panu Matilainen 2007-11-29 10:09:43 +02:00
parent 41fc048c9a
commit 47b6892500
2 changed files with 0 additions and 5 deletions

View File

@ -6,7 +6,6 @@
#include "structmember.h"
#include "rpmdebug-py.c"
#include "rpmmacro-py.h"
#include <rpmmacro.h>

View File

@ -6,8 +6,6 @@
#include <rpmlib.h>
#include "rpmdebug-py.c"
#include "rpmps-py.h"
#include "debug.h"
@ -140,8 +138,6 @@ rpmps_subscript(rpmpsObject * s, PyObject * key)
int ix, i;
if (!PyInt_Check(key)) {
if (_rpmps_debug < 0)
fprintf(stderr, "*** rpmps_subscript(%p[%s],%p[%s])\n", s, lbl(s), key, lbl(key));
PyErr_SetString(PyExc_TypeError, "integer expected");
return NULL;
}