mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-29 20:28:46 +00:00
kern: clean up majority of TODOs
This commit is contained in:
parent
bea550ebce
commit
e1f3bb10a5
30 changed files with 112 additions and 85 deletions
|
@ -84,7 +84,6 @@ namespace ams::kern {
|
|||
}
|
||||
|
||||
bool KServerPort::IsSignaled() const {
|
||||
/* TODO: Check preconditions later. */
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
if (this->IsLight()) {
|
||||
return !this->light_session_list.empty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue