From 46cdf9250b7dcd3551ffe845ddaf03514ff9a204 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Aug 2006 09:51:41 +0000 Subject: r17785: fix compiler warnings metze (This used to be commit 256fc452a46dfe7449c6ebddb75e0801ceae5dc4) --- source4/torture/raw/lock.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/torture/raw/lock.c') diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index 6d58b9d6aa..1618f7096a 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -37,14 +37,6 @@ goto done; \ }} while (0) -#define CHECK_VALUE(v, correct) do { \ - if ((v) != (correct)) { \ - printf("(%s) Incorrect value %s=%d - should be %d\n", \ - __location__, #v, v, correct); \ - ret = False; \ - goto done; \ - }} while (0) - #define BASEDIR "\\testlock" -- cgit