]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove unused struct dst_context declaration
authorMark Andrews <marka@isc.org>
Tue, 20 Feb 2018 01:51:16 +0000 (12:51 +1100)
committerMark Andrews <marka@isc.org>
Sun, 25 Feb 2018 23:54:18 +0000 (10:54 +1100)
(cherry picked from commit f2c22662cc9de5c9be4ec03c7248e177eec26487)
(cherry picked from commit 00799ab8053b2190dcaac3b04a94bd8a3c032dc7)

bin/tests/dst/gsstest.c

index e57a8b58ff34e59d65909af57b1939f57b7ff184..3fd000e538edef90c20e5f22755bca8a7d8850b9 100644 (file)
@@ -14,8 +14,6 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gsstest.c,v 1.19 2011/11/30 00:48:51 marka Exp $ */
-
 #include <config.h>
 
 #include <stdlib.h>
 #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)); \