mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
undo llvm 3.8 fixme, Jeff said he fixed it
This commit is contained in:
parent
29a304f928
commit
18c1e7094f
@ -1194,14 +1194,10 @@ namespace llarp
|
||||
ShiftIntroduction();
|
||||
}
|
||||
m_Endpoint->EnsureRouterIsKnown(remoteIntro.router);
|
||||
// FIXME: LLVM 3.8 can't hang
|
||||
llarp::LogError("FIXME llvm 3.8");
|
||||
/*
|
||||
std::remove_if(m_BadIntros.cbegin(), m_BadIntros.cend(),
|
||||
[now](const Introduction& intro) -> bool {
|
||||
return intro.IsExpired(now);
|
||||
});
|
||||
*/
|
||||
// TODO: check for expiration of outbound context
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user