testprogs: remove unused test_EachDriver from spoolss test.
authorGünther Deschner <gd@samba.org>
Mon, 11 Jan 2010 14:40:37 +0000 (15:40 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 12 Jan 2010 11:12:05 +0000 (12:12 +0100)
Guenther

testprogs/win32/spoolss/spoolss.c

index 66b9191bae17008eae17970e5ea460619e21a16e..d68ca89f48abed565504a56a22a093f516cffe03 100644 (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) {