Remove redundant initialization

Ref. #4
This commit is contained in:
Alexander Senier 2020-04-23 23:53:07 +02:00
parent bdf8ec8392
commit eaca763d55
1 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ is
use LSC.Types;
Value : Byte_Array32_Type;
begin
Output := (others => 0);
for O in Output'Range
loop
Value := (others => 0);
@ -58,7 +57,6 @@ is
use LSC;
use LSC.SHA256;
begin
Output := (others => (others => 0));
for O in Output'First .. Output'Last
loop
JWX_Byte_Array_To_LSC_Word32_Array