Reomves unused variable
This commit is contained in:
parent
9ec3ccbdb7
commit
b64a413066
|
@ -15,7 +15,6 @@ package body Dtm.Katie is
|
|||
end if;
|
||||
return Raw_Value;
|
||||
end Strip_CR;
|
||||
Count : Natural := 0;
|
||||
begin
|
||||
for Element of Data loop
|
||||
Element := Dtm_Value'Value(Strip_CR(Get_Line(File)));
|
||||
|
|
Loading…
Reference in New Issue