summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/options.pas1
-rw-r--r--rtl/i386/fastmove.inc4
2 files changed, 0 insertions, 5 deletions
diff --git a/compiler/options.pas b/compiler/options.pas
index 5c883dfbb6..fcc8ff220a 100644
--- a/compiler/options.pas
+++ b/compiler/options.pas
@@ -3248,7 +3248,6 @@ begin
def_system_macro('VER'+version_nr+'_'+release_nr+'_'+patch_nr);
{ Temporary defines, until things settle down }
- def_system_macro('FPC_HAS_VALGRINDBOOL');
def_system_macro('FPC_HAS_STR_CURRENCY');
def_system_macro('FPC_REAL2REAL_FIXED');
def_system_macro('FPC_STRTOCHARARRAYPROC');
diff --git a/rtl/i386/fastmove.inc b/rtl/i386/fastmove.inc
index 3e066793d1..76ce990d71 100644
--- a/rtl/i386/fastmove.inc
+++ b/rtl/i386/fastmove.inc
@@ -869,16 +869,13 @@ asm
end;
{$asmmode att}
-{$ifdef FPC_HAS_VALGRINDBOOL}
{$ifndef FPC_HAS_INDIRECT_MAIN_INFORMATION}
var
valgrind_used : boolean;external name '__fpc_valgrind';
{$endif FPC_HAS_INDIRECT_MAIN_INFORMATION}
-{$endif FPC_HAS_VALGRINDBOOL}
procedure setup_fastmove;{$ifdef SYSTEMINLINE}inline;{$endif}
begin
-{$ifdef FPC_HAS_VALGRINDBOOL}
{ workaround valgrind bug }
{$ifdef FPC_HAS_INDIRECT_MAIN_INFORMATION}
if EntryInformation.valgrind_used then
@@ -890,7 +887,6 @@ procedure setup_fastmove;{$ifdef SYSTEMINLINE}inline;{$endif}
fastmoveproc_backward:=@Backwards_Valgrind;
end
else
-{$endif FPC_HAS_VALGRINDBOOL}
if has_sse_support then
begin