From a77b0dd7b8d468d0198c6c8a8649e089172fc922 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 12 Dec 2011 21:26:52 +0100 Subject: [PATCH] libcli: Remove an unused variable Autobuild-User: Volker Lendecke Autobuild-Date: Mon Dec 12 23:21:49 CET 2011 on sn-devel-104 --- libcli/lsarpc/util_lsarpc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libcli/lsarpc/util_lsarpc.c b/libcli/lsarpc/util_lsarpc.c index 0243e09e4b7..96c98487a7e 100644 --- a/libcli/lsarpc/util_lsarpc.c +++ b/libcli/lsarpc/util_lsarpc.c @@ -258,7 +258,6 @@ NTSTATUS auth_info_2_trustauth_inout(TALLOC_CTX *mem_ctx, { NTSTATUS status; struct trustAuthInOutBlob *iopw; - enum ndr_err_code ndr_err; iopw = talloc_zero(mem_ctx, struct trustAuthInOutBlob); if (iopw == NULL) { -- 2.11.4.GIT