From a63b368a025a61edf41a3d5ce34f325b03295cf6 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 9 Feb 2015 19:30:39 +0100 Subject: UTIL: Remove python wrapper sss_python_set_check The macro PySet_Check is defined in python >= 2.6 Reviewed-by: Stephen Gallagher --- src/util/sss_python.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/util/sss_python.h') diff --git a/src/util/sss_python.h b/src/util/sss_python.h index 1ff13c4ef..56c25ebb7 100644 --- a/src/util/sss_python.h +++ b/src/util/sss_python.h @@ -25,9 +25,6 @@ #define PYNUMBER_ASLONG(what) PyInt_AsLong(what) #endif -/* Wrappers providing the subset of C API for python's set objects we use */ -bool sss_python_set_check(PyObject *set); - /* Unicode compatibility */ PyObject *sss_python_unicode_from_string(const char *u); -- cgit