Skip to content

Commit dfce82c

Browse files
committed
Update hash-files.simba
1 parent 397473f commit dfce82c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/hash-files.simba

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ var
77
hash: String;
88
begin
99
files := DirList(PATH, True);
10-
1110
for i := 0 to High(files) do
1211
begin
1312
if PathIsDirectory(files[i]) then Continue;

0 commit comments

Comments
 (0)