From e78f0aafcdb6a45118612bdb7e5f202f5f4096d6 Mon Sep 17 00:00:00 2001 From: nickysn <nickysn@gmail.com> Date: Mon, 10 Apr 2017 11:55:26 +0000 Subject: [PATCH] - remove whitespace, was inserted by accident git-svn-id: trunk@35760 - --- compiler/nld.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/nld.pas b/compiler/nld.pas index b6f30331d2..ca375f26b3 100644 --- a/compiler/nld.pas +++ b/compiler/nld.pas @@ -675,9 +675,7 @@ implementation updated to handle them as well } if (right.nodetype in [notn,unaryminusn]) and (tunarynode(right).left.isequal(left)) and - is_integer(tunarynode(right).left.resultdef) and - ((localswitches*[cs_check_overflow,cs_check_range])=[]) and ((right.localswitches*[cs_check_overflow,cs_check_range])=[]) and valid_for_var(tunarynode(right).left,false) and