Skip to content

Commit

Permalink
remove a couple of assertions from TFdManagedThread that shouldn't be
Browse files Browse the repository at this point in the history
there
  • Loading branch information
dspeterson committed Aug 30, 2016
1 parent e9c9611 commit 3f2dabd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/thread/fd_managed_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,8 @@ void TFdManagedThread::ShutdownOnDestroy() {
}
}

assert(!ShutdownRequestedSem.GetFd().IsReadable());
assert(!ShutdownFinishedSem.GetFd().IsReadable());
assert(!Thread.joinable());
assert(!ThrownByThread);
}

void TFdManagedThread::RunAndTerminate() {
Expand Down

0 comments on commit 3f2dabd

Please sign in to comment.