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 f98eb7d315
commit 8e4b05c22a
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