From e5e32021c23f3726d68ee756e8e3de48b3214063 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 21 Mar 2010 00:52:34 -0400 Subject: sysdb: remove remaining traces of sysdb_handle --- src/python/pysss.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/python/pysss.c') 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; }; -- cgit