mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Remove GetAdaptersAddresses_fn_t
The code that used it was removed as part of the 26481 refactor. Closes ticket 27467.
This commit is contained in:
parent
1c62adb65b
commit
d0965561a5
3
changes/ticket27467
Normal file
3
changes/ticket27467
Normal file
@ -0,0 +1,3 @@
|
||||
o Code simplification and refactoring:
|
||||
- Remove GetAdaptersAddresses_fn_t. The code that used it was removed
|
||||
as part of the 26481 refactor. Closes ticket 27467.
|
@ -1205,11 +1205,6 @@ tor_addr_parse(tor_addr_t *addr, const char *src)
|
||||
return result;
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
typedef ULONG (WINAPI *GetAdaptersAddresses_fn_t)(
|
||||
ULONG, ULONG, PVOID, PIP_ADAPTER_ADDRESSES, PULONG);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_IFADDRS_TO_SMARTLIST
|
||||
/*
|
||||
* Convert a linked list consisting of <b>ifaddrs</b> structures
|
||||
|
Loading…
Reference in New Issue
Block a user