From edd3628ed9d2302b50ec590dfeb76eb929f5748b Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <[email protected]> Date: Mon, 13 Apr 2020 10:11:58 -0400 git-svn-id: branches/wasm@46183 -
@@ -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;