From 861158ad71effd4f48da442f5eb1bb70754eb08b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 18 Aug 2004 22:15:10 +0000 Subject: Code cleanup --- daemon/mysql.c | 1 - 1 file changed, 1 deletion(-) (limited to 'daemon/mysql.c') diff --git a/daemon/mysql.c b/daemon/mysql.c index df2f8e2..0ed8f35 100644 --- a/daemon/mysql.c +++ b/daemon/mysql.c @@ -655,7 +655,6 @@ int mysql_config(ha_context_t* context, const char* name, const char* value) else if(strcmp(name, "dbtimeout") == 0) { - /* TODO: Implement database timeouts */ return ha_confint(name, value, 0, 86400, &(ctx->mysql_timeout)); } -- cgit v1.2.3