Skip to content

Commit 16ffecd

Browse files
authored
Remove old scheduler references (#672)
Signed-off-by: turuslan <[email protected]>
1 parent 25ac16d commit 16ffecd

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

core/markets/storage/client/impl/storage_market_client_impl.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include <boost/assert.hpp>
99
#include <libp2p/peer/peer_id.hpp>
10-
#include <libp2p/protocol/common/asio/asio_scheduler.hpp>
1110

1211
#include "codec/cbor/cbor_codec.hpp"
1312
#include "common/enum.hpp"

core/markets/storage/provider/impl/provider_impl.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include "markets/storage/provider/impl/provider_impl.hpp"
77

8-
#include <libp2p/protocol/common/asio/asio_scheduler.hpp>
98
#include "common/libp2p/peer/peer_info_helper.hpp"
109
#include "markets/storage/provider/storage_provider_error.hpp"
1110
#include "markets/storage/provider/stored_ask.hpp"

core/miner/storage_fsm/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ add_library(batcher
4141
)
4242
target_link_libraries(batcher
4343
api
44-
p2p::asio_scheduler
4544
)
4645

4746
add_library(storage_fsm

core/node/common.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#pragma once
77

88
#include <libp2p/peer/peer_id.hpp>
9-
#include <libp2p/protocol/common/scheduler.hpp>
109

1110
#include "crypto/signature/signature.hpp"
1211
#include "node/events_fwd.hpp"

core/node/main/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ target_link_libraries(node_builder
3636
p2p::p2p_inmem_address_repository
3737
p2p::p2p_inmem_key_repository
3838
p2p::p2p_inmem_protocol_repository
39-
p2p::asio_scheduler
4039
p2p::p2p_random_generator
4140
pieceio
4241
retrieval_market_client

core/sector_storage/stores/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ target_link_libraries(store
4040
json
4141
sector_index
4242
tarutil
43-
p2p::asio_scheduler
4443
)

core/storage/ipfs/graphsync/impl/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ target_include_directories(graphsync PRIVATE "${CMAKE_BINARY_DIR}/generated/stor
2626

2727
target_link_libraries(graphsync
2828
Boost::boost
29-
p2p::asio_scheduler
3029
p2p::subscription
3130
cid
3231
cbor

test/core/storage/ipfs/graphsync/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ addtest(graphsync_acceptance_test
99
)
1010
target_link_libraries(graphsync_acceptance_test
1111
graphsync
12-
p2p::asio_scheduler
1312
)

test/core/storage/ipfs/graphsync/graphsync_acceptance_common.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <boost/di/extension/scopes/shared.hpp>
99

1010
#include <libp2p/injector/host_injector.hpp>
11-
#include <libp2p/protocol/common/asio/asio_scheduler.hpp>
1211

1312
#include "storage/ipfs/graphsync/impl/graphsync_impl.hpp"
1413

0 commit comments

Comments
 (0)