]> 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:47:56 +0000 (10:47 +1100)
(cherry picked from commit f2c22662cc9de5c9be4ec03c7248e177eec26487)

bin/tests/dst/gsstest.c

index 4ed37e8b294926351b6a656c5e24a55c373082c8..492b3d2bd3ca95fd0a3593d0c052c98e6644a69a 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)); \