summaryrefslogtreecommitdiff
path: root/daemon/digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/digest.c')
-rw-r--r--daemon/digest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/digest.c b/daemon/digest.c
index 5d91995..e011690 100644
--- a/daemon/digest.c
+++ b/daemon/digest.c
@@ -229,8 +229,6 @@ int digest_pre_check(digest_context_t* dg, const ha_context_t* opts, ha_buffer_t
{
ASSERT(buf && buf && dg);
- /* TODO: This stuff should probably go into bd.c */
-
/* Check for digest */
if(!dg->client.digest || !dg->client.digest[0])
{