Browse Source

* fix warning

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

+ 0 - 5
compiler/ogwasm.pas

@@ -2866,11 +2866,6 @@ implementation
                                 exit;
                                 exit;
                               end;
                               end;
                           end;
                           end;
-                        else
-                          begin
-                            InputError('Unsupported symbol kind: ' + tostr(Ord(SymKind)));
-                            exit;
-                          end;
                       end;
                       end;
                     end;
                     end;
                 if AReader.Pos<>(SectionStart+SectionSize) then
                 if AReader.Pos<>(SectionStart+SectionSize) then