mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:58:19 -05:00
Kernel/Sessions: Remove the ClientSession::Create function.
It is not meant to be used by anything other than CreateSessionPair.
This commit is contained in:
@ -47,13 +47,6 @@ public:
|
||||
private:
|
||||
ClientSession();
|
||||
~ClientSession() override;
|
||||
|
||||
/**
|
||||
* Creates a client session.
|
||||
* @param name Optional name of client session
|
||||
* @return The created client session
|
||||
*/
|
||||
static ResultVal<SharedPtr<ClientSession>> Create(std::string name = "Unknown");
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user