summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/pysss.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/pysss.c b/src/python/pysss.c
index cd5c588f3..8fa9b9d04 100644
--- a/src/python/pysss.c
+++ b/src/python/pysss.c
@@ -89,7 +89,6 @@ struct py_sss_transaction {
PySssLocalObject *self;
struct ops_ctx *ops;
- struct sysdb_handle *handle;
bool transaction_done;
int error;
};