From: Mark Andrews Date: Tue, 20 Feb 2018 01:51:16 +0000 (+1100) Subject: remove unused struct dst_context declaration X-Git-Tag: v9.13.0~136^2~7 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f2c22662cc9de5c9be4ec03c7248e177eec26487;p=thirdparty%2Fbind9.git remove unused struct dst_context declaration --- diff --git a/bin/tests/dst/gsstest.c b/bin/tests/dst/gsstest.c index da6636b8028..7b4ddddf6b6 100644 --- a/bin/tests/dst/gsstest.c +++ b/bin/tests/dst/gsstest.c @@ -9,8 +9,6 @@ * information regarding copyright ownership. */ -/* $Id: gsstest.c,v 1.19 2011/11/30 00:48:51 marka Exp $ */ - #include #include @@ -53,13 +51,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)); \