Browse Source

- removed unused local var from thlcgwasm.prepare_stack_for_ref

git-svn-id: branches/wasm@47949 -
nickysn 4 years ago
parent
commit
91ed9f12ac
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/wasm32/hlcgcpu.pas

+ 0 - 2
compiler/wasm32/hlcgcpu.pas

@@ -1010,8 +1010,6 @@ implementation
 
 
 
 
   function thlcgwasm.prepare_stack_for_ref(list: TAsmList; var ref: treference; dup: boolean): longint;
   function thlcgwasm.prepare_stack_for_ref(list: TAsmList; var ref: treference; dup: boolean): longint;
-    var
-      href: treference;
     begin
     begin
       result:=0;
       result:=0;
       { fake location that indicates the value is already on the stack? }
       { fake location that indicates the value is already on the stack? }