summaryrefslogtreecommitdiff
path: root/source4/torture/raw/lock.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-24 09:51:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:42 -0500
commit46cdf9250b7dcd3551ffe845ddaf03514ff9a204 (patch)
tree715497a22c64b5a0170516e3279ec566ee9276ac /source4/torture/raw/lock.c
parentb58f4364ae9f60192e05f59c3749eafba0905f51 (diff)
downloadsamba-46cdf9250b7dcd3551ffe845ddaf03514ff9a204.tar.gz
samba-46cdf9250b7dcd3551ffe845ddaf03514ff9a204.tar.bz2
samba-46cdf9250b7dcd3551ffe845ddaf03514ff9a204.zip
r17785: fix compiler warnings
metze (This used to be commit 256fc452a46dfe7449c6ebddb75e0801ceae5dc4)
Diffstat (limited to 'source4/torture/raw/lock.c')
-rw-r--r--source4/torture/raw/lock.c8
1 files changed, 0 insertions, 8 deletions
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"