undo llvm 3.8 fixme, Jeff said he fixed it

pull/16/head
Ryan Tharp 6 years ago
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…
Cancel
Save