浏览代码

Update UAccounts.pas

removed unused var
kapytanhook 3 年之前
父节点
当前提交
18398869df
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/core/UAccounts.pas

+ 0 - 2
src/core/UAccounts.pas

@@ -1728,8 +1728,6 @@ begin
 end;
 
 class function TAccountComp.AccountCanRecover(const Account: TAccount; currentBlockCount: Cardinal): Boolean;
-var
-  count: Int64;
 begin
   Result := True;
   if TAccountComp.IsAccountBlockedByProtocol(Account.account, currentBlockCount) then begin