mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-09 03:57:45 +02:00
rtl: clean up
This commit is contained in:
parent
f8975985c0
commit
1ea026bcbc
@ -518,11 +518,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TSortedJSONIndex.CreateComparer(aIndex: TJSONIndexDef);
|
||||
|
||||
Var
|
||||
L : TFPList;
|
||||
I : Integer;
|
||||
|
||||
begin
|
||||
FreeAndNil(FComparer);
|
||||
FComparer:=TRecordComparer.Create(Dataset,aindex);
|
||||
@ -1415,7 +1410,7 @@ end;
|
||||
procedure TBaseJSONDataSet.InternalPost;
|
||||
|
||||
Var
|
||||
I,OldC,NewCurrent,Idx : integer;
|
||||
I,NewCurrent,Idx : integer;
|
||||
B : TBookmark;
|
||||
|
||||
begin
|
||||
@ -1742,7 +1737,6 @@ function TBaseJSONDataSet.Lookup(const KeyFields: string; const KeyValues: JSVal
|
||||
|
||||
Var
|
||||
RI,I : Integer;
|
||||
BM : TBookMark;
|
||||
l : TFPList;
|
||||
Vals : TJSValueDynArray;
|
||||
|
||||
|
@ -6,7 +6,7 @@ Unit webgl;
|
||||
|
||||
interface
|
||||
|
||||
uses SysUtils, JS,web;
|
||||
uses JS, Web;
|
||||
|
||||
{
|
||||
Automatically generated file by TWebIDLToPas on 2018-06-23 15:31:57
|
||||
|
Loading…
Reference in New Issue
Block a user