Browse Source

- removed TODO comment

Nikolay Nikolov 1 year ago
parent
commit
3bc6340424
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/ogwasm.pas

+ 0 - 1
compiler/ogwasm.pas

@@ -2350,7 +2350,6 @@ implementation
               exit;
               exit;
             end;
             end;
           SectionStart:=AReader.Pos;
           SectionStart:=AReader.Pos;
-          { skip the section for now... TODO: parse the section }
           case SectionId of
           case SectionId of
             Byte(wsiCustom):
             Byte(wsiCustom):
               Result := ReadCustomSection;
               Result := ReadCustomSection;