From 0ae4cc839d435bb974b456c9c0f91bf545e181f2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 11 Jan 2010 15:40:37 +0100 Subject: testprogs: remove unused test_EachDriver from spoolss test. Guenther --- testprogs/win32/spoolss/spoolss.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'testprogs/win32/spoolss/spoolss.c') diff --git a/testprogs/win32/spoolss/spoolss.c b/testprogs/win32/spoolss/spoolss.c index 66b9191bae..d68ca89f48 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) { -- cgit