mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 05:22:41 +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