diff options
author | Günther Deschner <gd@samba.org> | 2010-01-11 15:40:37 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-01-12 12:12:05 +0100 |
commit | 0ae4cc839d435bb974b456c9c0f91bf545e181f2 (patch) | |
tree | 2ea3dcfe9f581fd70ecdf063778a51a53c11bc9c /testprogs/win32 | |
parent | 3c1b51795dcf6b6e85701a49ea9d862b9ae610bd (diff) | |
download | samba-0ae4cc839d435bb974b456c9c0f91bf545e181f2.tar.gz samba-0ae4cc839d435bb974b456c9c0f91bf545e181f2.tar.bz2 samba-0ae4cc839d435bb974b456c9c0f91bf545e181f2.zip |
testprogs: remove unused test_EachDriver from spoolss test.
Guenther
Diffstat (limited to 'testprogs/win32')
-rw-r--r-- | testprogs/win32/spoolss/spoolss.c | 20 |
1 files changed, 0 insertions, 20 deletions
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) { |