From b7380c7e2da7952f2ee21d53337712c521cc08b4 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sun, 9 Aug 2015 14:43:33 +0000 Subject: [PATCH] Remove duplicate definition ofVALGRIND_HG_ENABLE_CHECKING , wrongly introduced in rev 15207 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15513 --- helgrind/helgrind.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/helgrind/helgrind.h b/helgrind/helgrind.h index fc156f47ee..acfd97a49b 100644 --- a/helgrind/helgrind.h +++ b/helgrind/helgrind.h @@ -398,12 +398,6 @@ typedef unsigned long,(_qzz_len)) -#define VALGRIND_HG_ENABLE_CHECKING(_qzz_start, _qzz_len) \ - DO_CREQ_v_WW(_VG_USERREQ__HG_ARANGE_MAKE_TRACKED, \ - void*,(_qzz_start), \ - unsigned long,(_qzz_len)) - - /* Checks the accessibility bits for addresses [zza..zza+zznbytes-1]. If zzabits array is provided, copy the accessibility bits in zzabits. Return values: -- 2.47.2