From be5edba117d3af9c9289bc5d37e7e037cb0a05f1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Feb 2011 00:04:20 +0100 Subject: libndr: share some uuid helpers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104 --- source4/torture/rpc/spoolss_access.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/spoolss_access.c b/source4/torture/rpc/spoolss_access.c index c32c5c108e..a935cbd3c3 100644 --- a/source4/torture/rpc/spoolss_access.c +++ b/source4/torture/rpc/spoolss_access.c @@ -100,13 +100,6 @@ static bool test_openprinter_handle(struct torture_context *tctx, return true; } -static bool is_valid_policy_hnd(const struct policy_handle *hnd) -{ - struct policy_handle tmp; - ZERO_STRUCT(tmp); - return (memcmp(&tmp, hnd, sizeof(tmp)) != 0); -} - static bool test_openprinter_access(struct torture_context *tctx, struct dcerpc_pipe *p, const char *name, -- cgit