Skip to content

Commit

Permalink
Remove AsyncDNSResolver (#10660)
Browse files Browse the repository at this point in the history
#### Problem

`AsyncDNSResolver` is unused, and also uses threading internally,
which interferes with threading cleanup (issue #7725).

#### Change overview

Remove it.

#### Testing

CI. (This code had no unit tests.)
  • Loading branch information
kpschoedel authored Oct 20, 2021
1 parent 8ef37a6 commit 1c0ded5
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 615 deletions.
1 change: 0 additions & 1 deletion config/mbed/chip-gn/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ chip_device_project_config_include = ""
chip_inet_config_enable_udp_endpoint = true
chip_inet_config_enable_tcp_endpoint = true
chip_inet_config_enable_dns_resolver = true
chip_inet_config_enable_async_dns_sockets = false

chip_custom_build_cflags = []

Expand Down
369 changes: 0 additions & 369 deletions src/inet/AsyncDNSResolverSockets.cpp

This file was deleted.

Loading

0 comments on commit 1c0ded5

Please sign in to comment.