1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

testprogs: remove unused test_EachDriver from spoolss test.

Guenther
This commit is contained in:
Günther Deschner 2010-01-11 15:40:37 +01:00
parent 3c1b51795d
commit 0ae4cc839d

View File

@ -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) {