From 4d611fab205847578caaa3ddbdadd057c8243914 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 19 Mar 2024 11:49:16 +0100 Subject: Kernel: unstable: secret: fix code. Signed-off-by: Amlal El Mahrouss --- Private/Source/HError.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'Private/Source') diff --git a/Private/Source/HError.cxx b/Private/Source/HError.cxx index ced95401..95d38e57 100644 --- a/Private/Source/HError.cxx +++ b/Private/Source/HError.cxx @@ -6,8 +6,6 @@ #include -using namespace HCore; - namespace HCore { Boolean ke_bug_check(void) noexcept { return false; } } // namespace HCore -- cgit v1.2.3