Skip to content

Commit

Permalink
move DnsRoutine to WFDnsResolver (Windows) (#1283)
Browse files Browse the repository at this point in the history
* move DnsRoutine to WFDnsResolver

* remove include DnsRoutine.h

* use global __ai_hints
  • Loading branch information
kedixa committed May 17, 2023
1 parent 2aada38 commit b233cdc
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 266 deletions.
1 change: 0 additions & 1 deletion CMakeLists_Headers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ endif ()

set(INCLUDE_HEADERS
src/PlatformSocket.h
src/algorithm/DnsRoutine.h
src/algorithm/MapReduce.h
src/algorithm/MapReduce.inl
src/protocol/ProtocolMessage.h
Expand Down
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ endif ()

add_subdirectory(util)
add_subdirectory(manager)
add_subdirectory(algorithm)
add_subdirectory(protocol)
add_subdirectory(factory)
add_subdirectory(nameservice)
Expand All @@ -21,7 +20,6 @@ add_subdirectory(client)
add_dependencies(kernel LINK_HEADERS)
add_dependencies(util LINK_HEADERS)
add_dependencies(manager LINK_HEADERS)
add_dependencies(algorithm LINK_HEADERS)
add_dependencies(protocol LINK_HEADERS)
add_dependencies(factory LINK_HEADERS)
add_dependencies(nameservice LINK_HEADERS)
Expand All @@ -33,7 +31,6 @@ add_library(
$<TARGET_OBJECTS:kernel>
$<TARGET_OBJECTS:util>
$<TARGET_OBJECTS:manager>
$<TARGET_OBJECTS:algorithm>
$<TARGET_OBJECTS:protocol>
$<TARGET_OBJECTS:factory>
$<TARGET_OBJECTS:nameservice>
Expand Down
9 changes: 0 additions & 9 deletions src/algorithm/CMakeLists.txt

This file was deleted.

117 changes: 0 additions & 117 deletions src/algorithm/DnsRoutine.cc

This file was deleted.

131 changes: 0 additions & 131 deletions src/algorithm/DnsRoutine.h

This file was deleted.

Loading

0 comments on commit b233cdc

Please sign in to comment.