diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-23 10:19:46 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-23 10:19:46 +0300 |
commit | f0c3985a773706d8dc268d143120142acfbfa822 (patch) | |
tree | e8ad8274ecc3655b214efa70d2d7c9f707e9abce /python/rpmfi-py.c | |
parent | c21a1ea23db40bd136a859eb171a49ae51e25c64 (diff) | |
download | librpm-tizen-f0c3985a773706d8dc268d143120142acfbfa822.tar.gz librpm-tizen-f0c3985a773706d8dc268d143120142acfbfa822.tar.bz2 librpm-tizen-f0c3985a773706d8dc268d143120142acfbfa822.zip |
Make fiFromHeader() static inside header-py, deprecate
Diffstat (limited to 'python/rpmfi-py.c')
-rw-r--r-- | python/rpmfi-py.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/rpmfi-py.c b/python/rpmfi-py.c index ce3c3bef6..72582b9f9 100644 --- a/python/rpmfi-py.c +++ b/python/rpmfi-py.c @@ -417,8 +417,3 @@ PyObject * rpmfi_Wrap(rpmfi fi) return (PyObject *) s; } -PyObject * hdr_fiFromHeader(PyObject * s, PyObject * args, PyObject * kwds) -{ - return PyObject_Call((PyObject *) &rpmfi_Type, - Py_BuildValue("(O)", s), kwds); -} |