From 00799ab8053b2190dcaac3b04a94bd8a3c032dc7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 20 Feb 2018 12:51:16 +1100 Subject: [PATCH] remove unused struct dst_context declaration (cherry picked from commit f2c22662cc9de5c9be4ec03c7248e177eec26487) --- bin/tests/dst/gsstest.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/tests/dst/gsstest.c b/bin/tests/dst/gsstest.c index 4ed37e8b294..492b3d2bd3c 100644 --- a/bin/tests/dst/gsstest.c +++ b/bin/tests/dst/gsstest.c @@ -14,8 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gsstest.c,v 1.19 2011/11/30 00:48:51 marka Exp $ */ - #include #include @@ -58,13 +56,6 @@ #ifdef GSSAPI #include ISC_PLATFORM_GSSAPIHEADER -struct dst_context { - unsigned int magic; - dst_key_t *key; - isc_mem_t *mctx; - void *opaque; -}; - #define CHECK(str, x) { \ if ((x) != ISC_R_SUCCESS) { \ fprintf(stderr, "I:%d:%s: %s\n", __LINE__, (str), isc_result_totext(x)); \ -- 2.47.3