From 17ce20ba960747b863e9c476ee7e46e051697fb2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 27 Apr 2010 11:15:17 -0400 Subject: s3-spoolss: Remove duplicate macro. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/rpc_server/srv_spoolss_util.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source3/rpc_server/srv_spoolss_util.c b/source3/rpc_server/srv_spoolss_util.c index a0dc1289d4..004427914c 100644 --- a/source3/rpc_server/srv_spoolss_util.c +++ b/source3/rpc_server/srv_spoolss_util.c @@ -3633,11 +3633,6 @@ WERROR winreg_get_driver(TALLOC_CTX *mem_ctx, v = &enum_values[i]; -#define CHECK_ERROR(result) \ - if (W_ERROR_IS_OK(result)) continue; \ - if (W_ERROR_EQUAL(result, WERR_NOT_FOUND)) result = WERR_OK; \ - if (!W_ERROR_IS_OK(result)) break - result = winreg_enumval_to_dword(info8, v, "Version", &info8->version); -- cgit