From 87c64c41d234019d9994f6c83c6fe656a1ab13c3 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 5 Aug 2020 15:33:09 -0400 Subject: system_control: Make functions internally linked where applicable These functions are only ever used internally as implementation details for GenerateRandomRange(), so these can be given internal linkage. --- src/core/hle/kernel/memory/system_control.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core/hle/kernel/memory/system_control.h') diff --git a/src/core/hle/kernel/memory/system_control.h b/src/core/hle/kernel/memory/system_control.h index 3fa93111d..19cab8cbc 100644 --- a/src/core/hle/kernel/memory/system_control.h +++ b/src/core/hle/kernel/memory/system_control.h @@ -8,11 +8,6 @@ namespace Kernel::Memory::SystemControl { -u64 GenerateRandomU64ForInit(); - -template -u64 GenerateUniformRange(u64 min, u64 max, F f); - u64 GenerateRandomRange(u64 min, u64 max); } // namespace Kernel::Memory::SystemControl -- cgit v1.2.3