diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-24 09:51:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:42 -0500 |
commit | 46cdf9250b7dcd3551ffe845ddaf03514ff9a204 (patch) | |
tree | 715497a22c64b5a0170516e3279ec566ee9276ac /source4/torture/nbench | |
parent | b58f4364ae9f60192e05f59c3749eafba0905f51 (diff) | |
download | samba-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/nbench')
-rw-r--r-- | source4/torture/nbench/nbio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/nbench/nbio.c b/source4/torture/nbench/nbio.c index 6de93a7a1c..1deefe4bb3 100644 --- a/source4/torture/nbench/nbio.c +++ b/source4/torture/nbench/nbio.c @@ -1,5 +1,3 @@ -#define NBDEBUG 0 - /* Unix SMB/CIFS implementation. SMB torture tester @@ -30,8 +28,6 @@ #include "libcli/libcli.h" #include "torture/util.h" -#define MAX_FILES 100 - extern int nbench_line_count; static int nbio_id = -1; static int nprocs; |