Forráskód Böngészése

[PATCH 47/83] cleaning up comments

From c2ea7d4c6e6b292ab1e6b6cb1320eaabe2d44a52 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Thu, 19 Sep 2019 17:07:48 -0400

git-svn-id: branches/wasm@45924 -
nickysn 5 éve
szülő
commit
550bd07a6a
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      compiler/wasm/nwasmflw.pas

+ 0 - 1
compiler/wasm/nwasmflw.pas

@@ -111,7 +111,6 @@ begin
   if (lnf_testatbegin in loopflags) then
     current_asmdata.CurrAsmList.concat(taicpu.op_const(a_br,1) ); // jump back to the external loop
 
-  current_asmdata.CurrAsmList.concat(tai_comment.create(strpnew('end of internal loop block')));
   current_asmdata.CurrAsmList.concat(taicpu.op_none(a_end));
   if not (lnf_testatbegin in loopflags) then begin
     pass_generate_code_condition;