mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-24 10:29:35 -04:00
Kernel: Remove useless/duplicated comments; mark functions static
This commit is contained in:
@@ -69,7 +69,7 @@ ResultCode ClearEvent(Handle handle) {
|
||||
* @param name Optional name of event
|
||||
* @return Newly created Event object
|
||||
*/
|
||||
Event* CreateEvent(Handle& handle, const ResetType reset_type, const std::string& name) {
|
||||
static Event* CreateEvent(Handle& handle, const ResetType reset_type, const std::string& name) {
|
||||
Event* evt = new Event;
|
||||
|
||||
// TOOD(yuriks): Fix error reporting
|
||||
|
||||
Reference in New Issue
Block a user