From 7101cf74eae28a6236f8329a5018a24a6622e22f Mon Sep 17 00:00:00 2001 From: kanoi Date: Tue, 27 Jan 2015 08:58:18 +1100 Subject: [PATCH] ckdb - remove duplicate variables --- src/ckdb.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ckdb.c b/src/ckdb.c index 6cb14b17..341cc4e4 100644 --- a/src/ckdb.c +++ b/src/ckdb.c @@ -170,14 +170,6 @@ const char *hashpatt = "^[A-Fa-f0-9]*$"; * bitcoind is used to fully validate them when required */ const char *addrpatt = "^[13][A-HJ-NP-Za-km-z1-9]*$"; -/* These are included in cmd_homepage - * to help identify when ckpool locks up (or dies) */ -tv_t last_heartbeat; -tv_t last_workinfo; -tv_t last_share; -tv_t last_auth; -cklock_t last_lock; - // So the records below have the same 'name' as the klist const char Transfer[] = "Transfer"; @@ -294,6 +286,7 @@ tv_t last_heartbeat; tv_t last_workinfo; tv_t last_share; tv_t last_auth; +cklock_t last_lock; static cklock_t fpm_lock; static char *first_pool_message;