Skip to content

Commit

Permalink
fix: compatibility with latest SRL-T
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Apr 18, 2024
1 parent 8c251b3 commit 475bd9e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions utils/config.simba
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ A full featured JSON config writer and reader.
{$I WaspLib/utils.simba}
{$ENDIF}

function TJSONArray.High(): Int32;
begin
if Self = nil then
Exit(-1);
Result := Self.length()-1;
end;

type
TJSONArrayObject = record
Key: String;
Expand Down

0 comments on commit 475bd9e

Please sign in to comment.