From: Günther Deschner Date: Mon, 11 Jan 2010 14:40:37 +0000 (+0100) Subject: testprogs: remove unused test_EachDriver from spoolss test. X-Git-Tag: tdb-1.2.1~395^2~14 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=0ae4cc839d435bb974b456c9c0f91bf545e181f2 testprogs: remove unused test_EachDriver from spoolss test. Guenther --- diff --git a/testprogs/win32/spoolss/spoolss.c b/testprogs/win32/spoolss/spoolss.c index 66b9191bae1..d68ca89f48a 100644 --- a/testprogs/win32/spoolss/spoolss.c +++ b/testprogs/win32/spoolss/spoolss.c @@ -607,25 +607,6 @@ static BOOL test_OnePrinter(struct torture_context *tctx, /**************************************************************************** ****************************************************************************/ -static BOOL test_OneDriver(struct torture_context *tctx, - LPSTR printername, - LPSTR drivername) -{ - return TRUE; -} - -/**************************************************************************** -****************************************************************************/ - -static BOOL test_EachDriver(struct torture_context *tctx, - LPSTR servername) -{ - return TRUE; -} - -/**************************************************************************** -****************************************************************************/ - static BOOL test_EachPrinter(struct torture_context *tctx, LPSTR servername, LPSTR architecture) @@ -805,7 +786,6 @@ int main(int argc, char *argv[]) ret &= test_GetPrintProcessorDirectory(tctx, servername, architecture); ret &= test_GetPrinterDriverDirectory(tctx, servername, architecture); ret &= test_EachPrinter(tctx, servername, architecture); - ret &= test_EachDriver(tctx, servername); if (!ret) { if (tctx->last_reason) {