mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 22:17:55 -05: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