diff --git a/compiler/wasm32/hlcgcpu.pas b/compiler/wasm32/hlcgcpu.pas index ce9b07abea..8ce5ec11da 100644 --- a/compiler/wasm32/hlcgcpu.pas +++ b/compiler/wasm32/hlcgcpu.pas @@ -213,8 +213,6 @@ uses protected procedure gen_load_uninitialized_function_result(list: TAsmList; pd: tprocdef; resdef: tdef; const resloc: tcgpara); override; - procedure inittempvariables(list:TAsmList);override; - function g_call_system_proc_intern(list: TAsmList; pd: tprocdef; const paras: array of pcgpara; forceresdef: tdef): tcgpara; override; public @@ -939,12 +937,6 @@ implementation end; - procedure thlcgwasm.inittempvariables(list: TAsmList); - begin - { these are automatically initialised when allocated if necessary } - end; - - function thlcgwasm.g_call_system_proc_intern(list: TAsmList; pd: tprocdef; const paras: array of pcgpara; forceresdef: tdef): tcgpara; begin result:=inherited;