소스 검색

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