From baa296befe5908dde17d6e907c0071c2f65a4a88 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 6 Mar 2009 12:32:11 -0500 Subject: Remove obsolete comment --- server/db/sysdb_ops.c | 3 --- 1 file changed, 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; -- cgit