Skip to content

Commit 9ecc357

Browse files
committed
oops
1 parent d545424 commit 9ecc357

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fibers.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ class Fiber {
261261
*/
262262
static void WeakCallback(void* data) {
263263
Fiber& that = *static_cast<Fiber*>(data);
264-
// Deprecated in 0781f42b6
265-
assert(that.handle.IsNearDeath());
266264
assert(current != &that);
267265

268266
// We'll unwind running fibers later... doing it from the garbage collector is bad news.

0 commit comments

Comments
 (0)