1
0
Fork 0

Reomves unused variable

This commit is contained in:
Shawn Nock 2019-03-08 11:33:51 -05:00
parent 9ec3ccbdb7
commit b64a413066
1 changed files with 0 additions and 1 deletions

View File

@ -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)));