Remove libabyss and rpc::Caller/rpc::Server

pull/1306/head
Stephen Shelton 4 years ago committed by Jeff Becker
parent 0c0deb0656
commit 17026a0b21
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -223,7 +223,6 @@ if(WITH_HIVE)
endif()
target_link_libraries(liblokinet PUBLIC cxxopts lokinet-platform lokinet-util lokinet-cryptography lokimq)
target_link_libraries(liblokinet PRIVATE libunbound)
if(BUILD_SHARED_LIBS)

@ -843,7 +843,6 @@ namespace llarp
bool
Router::StartRpcServer()
{
if (enableRPCServer)
{
if (rpcBindAddr.empty())

Loading…
Cancel
Save