Pārlūkot izejas kodu

- removed unused code from TWASM32InstrWriter.WriteInstruction

git-svn-id: branches/wasm@47966 -
nickysn 4 gadi atpakaļ
vecāks
revīzija
09ae46cfdd
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      compiler/wasm32/agllvmmc.pas

+ 0 - 4
compiler/wasm32/agllvmmc.pas

@@ -326,10 +326,6 @@ implementation
             end;
         end;
 
-      if (cpu.opcode = a_call_indirect) then
-        // special wat2wasm syntax "call_indirect (type x)"
-        writer.AsmWrite(')');
-
       writer.AsmLn;
     end;