diff options
author | 2018-06-12 03:23:25 +0100 | |
---|---|---|
committer | 2018-06-11 19:23:25 -0700 | |
commit | 6e466d509281953fdf0209a5b50611e89b4689ae (patch) | |
tree | d0fda0bcb94a546c8281037b0359693cc8c6ac8b /pb | |
parent | 58d69913639b7b210ed32afacb447ba53c7487a3 (diff) | |
download | coredns-6e466d509281953fdf0209a5b50611e89b4689ae.tar.gz coredns-6e466d509281953fdf0209a5b50611e89b4689ae.tar.zst coredns-6e466d509281953fdf0209a5b50611e89b4689ae.zip |
Remove dnsutil.Dedup (#1867)
Remove the code and remove the call in etcd and kubernetes handlers.
This does mean we should not add dups in the first place, which means
adding maps in backend_lookup to prevent dups from begin added.
This should cut down on the allocations because dnsutil.Dedup is very
expensive by converting everything to strings, we avoid doing that now.
Diffstat (limited to 'pb')
0 files changed, 0 insertions, 0 deletions