]> 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)
committerEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 01:50:08 +0000 (17:50 -0800)
bin/tests/dst/gsstest.c

index da6636b80280cd86ca67d14db8cd2914d88221ed..7b4ddddf6b6237a2bddbfd8ccee6ed9a858301a4 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/* $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)); \