aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/address_sorting/include/address_sorting/address_sorting.h
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-07-26 14:32:07 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-07-26 14:32:07 -0700
commitf34c65393622878e9610939193fd9c754b7c0a74 (patch)
tree4cf189ac56f5de72b4be73204e908002d0dd4883 /third_party/address_sorting/include/address_sorting/address_sorting.h
parenta2bb308c8f1d32d02f8661a4780bdbea1aabcaf9 (diff)
Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"
Diffstat (limited to 'third_party/address_sorting/include/address_sorting/address_sorting.h')
-rw-r--r--third_party/address_sorting/include/address_sorting/address_sorting.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/address_sorting/include/address_sorting/address_sorting.h b/third_party/address_sorting/include/address_sorting/address_sorting.h
index c58fafe3f7..f11cd424b5 100644
--- a/third_party/address_sorting/include/address_sorting/address_sorting.h
+++ b/third_party/address_sorting/include/address_sorting/address_sorting.h
@@ -103,9 +103,6 @@ address_sorting_family address_sorting_abstract_get_family(
void address_sorting_override_source_addr_factory_for_testing(
address_sorting_source_addr_factory* factory);
-bool address_sorting_get_source_addr_for_testing(
- const address_sorting_address* dest, address_sorting_address* source);
-
#ifdef __cplusplus
}
#endif