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/nbench/nbio.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/torture/nbench/nbio.c') 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; -- cgit