diff options
Diffstat (limited to 'src/util/sss_python.h')
-rw-r--r-- | src/util/sss_python.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/sss_python.h b/src/util/sss_python.h index 5521aa5cf..7e2bac336 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 -/* Unicode compatibility */ -PyObject *sss_python_unicode_from_string(const char *u); - /* Exceptions compatibility */ PyObject * sss_exception_with_doc(char *name, char *doc, PyObject *base, PyObject *dict); |