mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd::ctx: Fix stale comment.
This commit is contained in:
parent
b3ff44d0fb
commit
57ea362daa
1 changed files with 0 additions and 6 deletions
|
@ -571,9 +571,6 @@ ircd::ctx::this_ctx::stack_at_here()
|
||||||
|
|
||||||
/// Throws interrupted if the currently running context was interrupted
|
/// Throws interrupted if the currently running context was interrupted
|
||||||
/// and clears the interrupt flag.
|
/// and clears the interrupt flag.
|
||||||
///
|
|
||||||
/// Unlike most of this_ctx::, this function is a no-op if not currently
|
|
||||||
/// on a context.
|
|
||||||
void
|
void
|
||||||
ircd::ctx::this_ctx::interruptible(const bool &b)
|
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
|
/// Throws interrupted if the currently running context was interrupted
|
||||||
/// and clears the interrupt flag.
|
/// and clears the interrupt flag.
|
||||||
///
|
|
||||||
/// Unlike most of this_ctx::, this function is a no-op if not currently
|
|
||||||
/// on a context.
|
|
||||||
void
|
void
|
||||||
ircd::ctx::this_ctx::interruptible(const bool &b,
|
ircd::ctx::this_ctx::interruptible(const bool &b,
|
||||||
std::nothrow_t)
|
std::nothrow_t)
|
||||||
|
|
Loading…
Reference in a new issue