Skip to content

Commit 10ae0e9

Browse files
committed
poc: removing links and usage of os_net
1 parent baf6365 commit 10ae0e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/common/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ add_subdirectory(pthreads_op)
77
add_subdirectory(error_messages)
88
add_subdirectory(mem_op)
99
add_subdirectory(binaries_op)
10-
add_subdirectory(os_net)
1110
add_subdirectory(regex_op)
1211
add_subdirectory(randombytes)
1312
add_subdirectory(bzip2_op)

src/common/debug_op/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ target_link_libraries(debug_op
1212
privsep_op
1313
pthreads_op
1414
error_messages
15-
os_net
1615
binaries_op
1716
regex_op
1817
randombytes
1918
bzip2_op
20-
cjson)
19+
cjson)
20+

0 commit comments

Comments
 (0)