0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

ircd::ctx: Fix stale comment.

This commit is contained in:
Jason Volk 2018-08-21 04:57:36 -07:00
parent b3ff44d0fb
commit 57ea362daa

View file

@ -571,9 +571,6 @@ ircd::ctx::this_ctx::stack_at_here()
/// Throws interrupted if the currently running context was interrupted
/// and clears the interrupt flag.
///
/// Unlike most of this_ctx::, this function is a no-op if not currently
/// on a context.
void
ircd::ctx::this_ctx::interruptible(const bool &b)
{
@ -593,9 +590,6 @@ ircd::ctx::this_ctx::interruptible(const bool &b)
/// Throws interrupted if the currently running context was interrupted
/// and clears the interrupt flag.
///
/// Unlike most of this_ctx::, this function is a no-op if not currently
/// on a context.
void
ircd::ctx::this_ctx::interruptible(const bool &b,
std::nothrow_t)