summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/pysss.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/python/pysss.c b/src/python/pysss.c
index f56916ddf..668d77c56 100644
--- a/src/python/pysss.c
+++ b/src/python/pysss.c
@@ -76,17 +76,6 @@ typedef struct {
} PySssLocalObject;
/*
- * The transaction object
- */
-struct py_sss_transaction {
- PySssLocalObject *self;
- struct ops_ctx *ops;
-
- bool transaction_done;
- int error;
-};
-
-/*
* Error reporting
*/
static void PyErr_SetSssErrorWithMessage(int ret, const char *message)