Browse Source

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

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 -
nickysn 5 years ago
parent
commit
c2abf3e14b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      utils/wasmbin/wasmmodule.pas

+ 0 - 2
utils/wasmbin/wasmmodule.pas

@@ -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;