[PATCH 187/188] removing function code reference as unneeded

From edd3628ed9d2302b50ec590dfeb76eb929f5748b Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Mon, 13 Apr 2020 10:11:58 -0400

git-svn-id: branches/wasm@46183 -
This commit is contained in:
nickysn 2020-08-03 13:02:18 +00:00
parent cd6eed38c1
commit c2abf3e14b

View File

@ -160,8 +160,6 @@ type
idNum : Integer; // reference number (after Normalization)
instr : TWasmInstrList;
functype : TWasmFuncType;
codeRefCount : Integer; // number of times the function was referenced from the code
constructor Create;
destructor Destroy; override;
function AddLocal: TWasmParam;