mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-09 09:26:28 +00:00
Kernel: Remove a now unused enum and variable regarding a session's status.
This commit is contained in:
@@ -30,7 +30,6 @@ ResultVal<SharedPtr<ClientSession>> ClientSession::Create(std::string name) {
|
||||
|
||||
client_session->name = std::move(name);
|
||||
client_session->parent = nullptr;
|
||||
client_session->session_status = SessionStatus::Open;
|
||||
return MakeResult<SharedPtr<ClientSession>>(std::move(client_session));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user