diff options
| author | Subv <subv2112@gmail.com> | 2017-05-21 18:52:42 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2017-05-21 18:52:42 -0500 |
| commit | 37347bfa380464a1ee1236d2a35f1ec1b697e4b6 (patch) | |
| tree | b8bd602646825ddfa78189f3d89d1a9437a543fa /src/core/hle/kernel/client_session.h | |
| parent | ce5bc477ca0cd59df4922c1c6cd245db365dc7bc (diff) | |
Kernel/Sessions: Remove the ClientSession::Create function.
It is not meant to be used by anything other than CreateSessionPair.
Diffstat (limited to 'src/core/hle/kernel/client_session.h')
| -rw-r--r-- | src/core/hle/kernel/client_session.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/hle/kernel/client_session.h b/src/core/hle/kernel/client_session.h index 5ec4ee901..9f3adb72b 100644 --- a/src/core/hle/kernel/client_session.h +++ b/src/core/hle/kernel/client_session.h @@ -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 |
