undo llvm 3.8 fixme, Jeff said he fixed it

This commit is contained in:
Ryan Tharp 2018-09-20 12:48:06 +00:00
parent 29a304f928
commit 18c1e7094f

View File

@ -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;
}