8000 [Setup] Removed unused variable · skia4delphi/skia4delphi@e4b0dfb · GitHub
[go: up one dir, main page]

Skip to content

Commit e4b0dfb

Browse files
[Setup] Removed unused variable
Co-Authored-By: Paulo César Botelho Barbosa <16469061+paulocesarbot@users.noreply.github.com>
1 parent 38e8348 commit e4b0dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Setup/Source/Setup.Main.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ end;
213213

214214
function InstallPackages(const ARADStudioInfos: TRADStudioInfos; const AGroupProjects: TRADStudioGroupProjects): Boolean;
215215
var
216-
I, J, K, L: Integer;
216+
I, J, K: Integer;
217217
LInfo: TRADStudioInfo;
218218
LProject: TRADStudioProject;
219219
LVersion: TRADStudioVersion;

0 commit comments

Comments
 (0)
0