summaryrefslogtreecommitdiffstats
path: root/src/util/sss_python.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sss_python.h')
-rw-r--r--src/util/sss_python.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/sss_python.h b/src/util/sss_python.h
index 6851a64e8..1ff13c4ef 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 */
-int sss_python_set_add(PyObject *set, PyObject *key);
bool sss_python_set_check(PyObject *set);
/* Unicode compatibility */