diff --git a/compiler/nmem.pas b/compiler/nmem.pas index 26a937d98b..f6223a53ee 100644 --- a/compiler/nmem.pas +++ b/compiler/nmem.pas @@ -650,12 +650,11 @@ implementation *****************************************************************************} constructor tderefnode.create(l : tnode); - begin inherited create(derefn,l); - end; + function tderefnode.pass_typecheck:tnode; begin result:=nil;