From 1d63dc5fe4000de6e3414e3eb45f65f6216cea61 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 31 Dec 2005 09:08:46 +0000 Subject: r12641: - remove some unused functions - we already call usleep() directly in some places, so do it everywhere metze (This used to be commit 9eaf6e2c4d3dae3b6711e4aae3828222f5cab65e) --- source4/torture/nbench/nbio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/torture') diff --git a/source4/torture/nbench/nbio.c b/source4/torture/nbench/nbio.c index f12fbbcb6f..40d9277c6e 100644 --- a/source4/torture/nbench/nbio.c +++ b/source4/torture/nbench/nbio.c @@ -649,8 +649,7 @@ void nb_flush(int fnum, NTSTATUS status) void nb_sleep(int usec, NTSTATUS status) { - (void)status; - sys_usleep(usec); + usleep(usec); } void nb_deltree(const char *dname) -- cgit