summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-02-26 10:21:03 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-02-26 19:29:46 +0100
commita842b7eb49fd640d66aeaec26c05166ef55784f8 (patch)
treee47291fac19702543e59376217f3662ef17730ea /src/tools
parent2aa96da5f3a9485d598e345e183a59a4b8e80abb (diff)
downloadsssd-a842b7eb49fd640d66aeaec26c05166ef55784f8.tar.gz
sssd-a842b7eb49fd640d66aeaec26c05166ef55784f8.tar.xz
sssd-a842b7eb49fd640d66aeaec26c05166ef55784f8.zip
Remove unused structures.
Reported by: cppcheck 'struct py_sss_transaction', 'struct resolve_get_domain_stat', 'struct sync_op_res' were defined in implementation modules, but they were not used anywhere. Reviewed-by: Michal Žídek <mzidek@redhat.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sss_sync_ops.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/sss_sync_ops.c b/src/tools/sss_sync_ops.c
index b4366d7a9..4c8f7102e 100644
--- a/src/tools/sss_sync_ops.c
+++ b/src/tools/sss_sync_ops.c
@@ -43,12 +43,6 @@
} \
} while(0)
-struct sync_op_res {
- struct ops_ctx *data;
- int error;
- bool done;
-};
-
/*
* Generic modify groups member
*/