diff options
author | jbj <devnull@localhost> | 2003-03-05 00:13:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-03-05 00:13:11 +0000 |
commit | e8cf6cbb056a5b4517191b2a216d48a712993460 (patch) | |
tree | d6b2854dc6040be56ae3ec230897dd44f9a630a7 /python/rpmrc-py.h | |
parent | ef4490102a278a335d711dda2fc144a99f985a76 (diff) | |
download | librpm-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.h | 1 |
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 |