summaryrefslogtreecommitdiff
path: root/source4/torture/locktest.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/locktest.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/locktest.c')
-rw-r--r--source4/torture/locktest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c
index 04fdf8fa9c..4554f52e41 100644
--- a/source4/torture/locktest.c
+++ b/source4/torture/locktest.c
@@ -47,8 +47,6 @@ static BOOL zero_zero;
#define NFILES 2
#define LOCK_TIMEOUT 0
-#define NASTY_POSIX_LOCK_HACK 0
-
static struct cli_credentials *servers[NSERVERS];
enum lock_op {OP_LOCK, OP_UNLOCK, OP_REOPEN};