aboutsummaryrefslogtreecommitdiff
path: root/lib/wind/punycode_examples.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wind/punycode_examples.h')
-rw-r--r--lib/wind/punycode_examples.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/wind/punycode_examples.h b/lib/wind/punycode_examples.h
deleted file mode 100644
index ae21f2c50ebf..000000000000
--- a/lib/wind/punycode_examples.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ./punycode_examples.h */
-/* Automatically generated at 2022-11-15T14:04:18.893502 */
-
-#ifndef PUNYCODE_EXAMPLES_H
-#define PUNYCODE_EXAMPLES_H 1
-
-#include <krb5-types.h>
-
-#define MAX_LENGTH 40
-
-struct punycode_example {
- size_t len;
- uint32_t val[MAX_LENGTH];
- const char *pc;
- const char *description;
-};
-
-extern const struct punycode_example punycode_examples[];
-
-extern const size_t punycode_examples_size;
-#endif /* PUNYCODE_EXAMPLES_H */