diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2015-02-09 19:19:55 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-02-25 08:38:20 +0100 |
commit | 9eabaad5e0f3f20a6bcec0629342584c244a79bc (patch) | |
tree | 64452cb16adc499902cabd2ceb7b3ae3d885096d /src/util/sss_python.h | |
parent | d6c3de740c7bed8b007805d6a313220d8d974ee5 (diff) | |
download | sssd-9eabaad5e0f3f20a6bcec0629342584c244a79bc.tar.gz sssd-9eabaad5e0f3f20a6bcec0629342584c244a79bc.tar.xz sssd-9eabaad5e0f3f20a6bcec0629342584c244a79bc.zip |
UTIL: Remove python wrapper sss_python_set_new
The function PySet_New is available in python >= 2.6
Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'src/util/sss_python.h')
-rw-r--r-- | src/util/sss_python.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/sss_python.h b/src/util/sss_python.h index cf8c84848..6851a64e8 100644 --- a/src/util/sss_python.h +++ b/src/util/sss_python.h @@ -26,7 +26,6 @@ #endif /* Wrappers providing the subset of C API for python's set objects we use */ -PyObject *sss_python_set_new(void); int sss_python_set_add(PyObject *set, PyObject *key); bool sss_python_set_check(PyObject *set); |