summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/db/sysdb_ops.c')
-rw-r--r--server/db/sysdb_ops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/db/sysdb_ops.c b/server/db/sysdb_ops.c
index d2084d905..6762575f2 100644
--- a/server/db/sysdb_ops.c
+++ b/server/db/sysdb_ops.c
@@ -72,9 +72,6 @@ static uint32_t get_attr_as_uint32(struct ldb_message *msg, const char *attr)
return l;
}
-/* the following are all SYNCHRONOUS calls
- * TODO: make these asynchronous */
-
struct sysdb_cb_ctx {
sysdb_callback_t fn;
void *pvt;