aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/client_session.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-05-21 18:52:42 -0500
committerSubv <subv2112@gmail.com>2017-05-21 18:52:42 -0500
commit37347bfa380464a1ee1236d2a35f1ec1b697e4b6 (patch)
treeb8bd602646825ddfa78189f3d89d1a9437a543fa /src/core/hle/kernel/client_session.h
parentce5bc477ca0cd59df4922c1c6cd245db365dc7bc (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.h7
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