diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-11-18 09:40:30 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-11-18 09:40:30 +0200 |
commit | a237f1eee0b495691c2a9565ad2b0f5140c00298 (patch) | |
tree | d895e14fc9aabbf98ff47c36e6c61d3d17edcaec /python/rpmps-py.c | |
parent | a2a4599fc6947d30c5ecf42420528a91d1975093 (diff) | |
download | librpm-tizen-a237f1eee0b495691c2a9565ad2b0f5140c00298.tar.gz librpm-tizen-a237f1eee0b495691c2a9565ad2b0f5140c00298.tar.bz2 librpm-tizen-a237f1eee0b495691c2a9565ad2b0f5140c00298.zip |
Remove unused psFromPs()
Diffstat (limited to 'python/rpmps-py.c')
-rw-r--r-- | python/rpmps-py.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/rpmps-py.c b/python/rpmps-py.c index 2d20560b1..b6dcf3fee 100644 --- a/python/rpmps-py.c +++ b/python/rpmps-py.c @@ -247,11 +247,6 @@ PyTypeObject rpmps_Type = { 0, /* tp_is_gc */ }; -rpmps psFromPs(rpmpsObject * s) -{ - return s->ps; -} - PyObject * rpmps_Wrap(PyTypeObject *subtype, rpmps ps) { rpmpsObject * s = (rpmpsObject *)subtype->tp_alloc(subtype, 0); |