summaryrefslogtreecommitdiff
path: root/python/rpmrc-py.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-03-05 00:13:11 +0000
committerjbj <devnull@localhost>2003-03-05 00:13:11 +0000
commite8cf6cbb056a5b4517191b2a216d48a712993460 (patch)
treed6b2854dc6040be56ae3ec230897dd44f9a630a7 /python/rpmrc-py.h
parentef4490102a278a335d711dda2fc144a99f985a76 (diff)
downloadlibrpm-tizen-e8cf6cbb056a5b4517191b2a216d48a712993460.tar.gz
librpm-tizen-e8cf6cbb056a5b4517191b2a216d48a712993460.tar.bz2
librpm-tizen-e8cf6cbb056a5b4517191b2a216d48a712993460.zip
Sanity.
CVS patchset: 6652 CVS date: 2003/03/05 00:13:11
Diffstat (limited to 'python/rpmrc-py.h')
-rw-r--r--python/rpmrc-py.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/rpmrc-py.h b/python/rpmrc-py.h
index 4ab119930..4786993ce 100644
--- a/python/rpmrc-py.h
+++ b/python/rpmrc-py.h
@@ -14,7 +14,6 @@ typedef struct rpmrcObject_s rpmrcObject;
struct rpmrcObject_s {
#if Py_TPFLAGS_HAVE_ITER /* XXX backport to python-1.5.2 */
PyDictObject dict;
- int state;
#else
PyObject_HEAD
#endif