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