Blame SOURCES/0111-SECRETS-remove-unused-variable.patch

bb7cd1
From 429c282e54feb0e1c9ac27d23be6a8c1d4119976 Mon Sep 17 00:00:00 2001
bb7cd1
From: Lukas Slebodnik <lslebodn@redhat.com>
bb7cd1
Date: Wed, 19 Apr 2017 17:56:20 +0200
bb7cd1
Subject: [PATCH 111/118] SECRETS: remove unused variable
bb7cd1
MIME-Version: 1.0
bb7cd1
Content-Type: text/plain; charset=UTF-8
bb7cd1
Content-Transfer-Encoding: 8bit
bb7cd1
bb7cd1
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
bb7cd1
(cherry picked from commit 0e8f0c06cad5805b1a1161f60e3f2cdb7a5a2921)
bb7cd1
---
bb7cd1
 src/responder/secrets/proxy.c | 5 -----
bb7cd1
 1 file changed, 5 deletions(-)
bb7cd1
bb7cd1
diff --git a/src/responder/secrets/proxy.c b/src/responder/secrets/proxy.c
bb7cd1
index fd96e985c897e2cb470a9b5d6eecbd34350fb7d2..9c2aa425d414728d10aa830f640632e98def3c1c 100644
bb7cd1
--- a/src/responder/secrets/proxy.c
bb7cd1
+++ b/src/responder/secrets/proxy.c
bb7cd1
@@ -570,11 +570,6 @@ static void proxy_secret_req_done(struct tevent_req *subreq)
bb7cd1
     }
bb7cd1
 }
bb7cd1
 
bb7cd1
-struct provider_handle proxy_secrets_handle = {
bb7cd1
-    .fn = proxy_secret_req,
bb7cd1
-    .context = NULL,
bb7cd1
-};
bb7cd1
-
bb7cd1
 int proxy_secrets_provider_handle(struct sec_ctx *sctx,
bb7cd1
                                   struct provider_handle **out_handle)
bb7cd1
 {
bb7cd1
-- 
bb7cd1
2.9.3
bb7cd1