From d3efa637b448f1be84397deab0b1355bbc901e3b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 10 Sep 2015 11:07:33 -0400 Subject: General: Fix up doxygen comments --- src/core/hle/kernel/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hle/kernel/thread.h') diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 1ff1d9b97..97ba57fc5 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -57,7 +57,6 @@ public: * @param arg User data to pass to the thread * @param processor_id The ID(s) of the processors on which the thread is desired to be run * @param stack_top The address of the thread's stack top - * @param stack_size The size of the thread's stack * @return A shared pointer to the newly created thread */ static ResultVal> Create(std::string name, VAddr entry_point, s32 priority, -- cgit v1.2.3