From 65c7edf503423406b01601e57d271dbf38c119b4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Nov 2013 12:27:57 +0100 Subject: [PATCH] [REBASE] fixes --- public/include/config/error_codes.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/include/config/error_codes.inc.php b/public/include/config/error_codes.inc.php index ea1c8fd3..518bed00 100644 --- a/public/include/config/error_codes.inc.php +++ b/public/include/config/error_codes.inc.php @@ -67,5 +67,4 @@ $aErrorCodes['E0060'] = 'Failed to add new worker'; $aErrorCodes['E0061'] = 'Failed to delete worker'; $aErrorCodes['E0062'] = 'Block has no share_id, not running payouts'; $aErrorCodes['E0063'] = 'Upstream share already assigned to previous block'; -$aErrorCodes['E0064'] = 'Unable to fetch worker ID'; ?>