Kernel/Sessions: Remove the ClientSession::Create function.

It is not meant to be used by anything other than CreateSessionPair.
This commit is contained in:
Subv
2017-05-21 18:52:42 -05:00
parent ce5bc477ca
commit 37347bfa38
3 changed files with 3 additions and 16 deletions

View File

@ -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