Skip to content

Commit

Permalink
Remove netlink getifaddrs implementation on Android in favor of `li…
Browse files Browse the repository at this point in the history
…bc::getifaddrs` (#508)

* Remove android-specific ifaddrs implementation

* Remove `cc` as a build dependency in `util/`
  • Loading branch information
jamilbk authored Nov 11, 2023
1 parent 13c490c commit d3fe1f7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 780 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ winapi = { version = "0.3.9", features = [
"ws2ipdef",
] }

[build-dependencies]
cc = "1"

[dev-dependencies]
tokio-test = "0.4"
env_logger = "0.10"
Expand Down
10 changes: 0 additions & 10 deletions util/build.rs

This file was deleted.

Loading

0 comments on commit d3fe1f7

Please sign in to comment.