浏览代码

* fix warning

Nikolay Nikolov 1 年之前
父节点
当前提交
aac37e3179
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      compiler/ogwasm.pas

+ 0 - 5
compiler/ogwasm.pas

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