diff --git a/examples/dns.c b/examples/dns.c index 63df3a44..269779cd 100644 --- a/examples/dns.c +++ b/examples/dns.c @@ -282,7 +282,6 @@ int start_listening() { } const int TYPE_MAX = 16; -typedef const char* cstr; static const char* TYPE_STR[17] = { "nil", "A", "NS", "MD", "MF", "CNAME", "SOA", "MB",