mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 09:45:46 +00: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:
parent
f98eb7d315
commit
8e4b05c22a
3 changed files with 3 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue