diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-19 11:49:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-19 11:49:16 +0100 |
| commit | 4d611fab205847578caaa3ddbdadd057c8243914 (patch) | |
| tree | 4fb70b5f5549aaf9a7339644c3ed29008cf610f2 /Private/Source | |
| parent | 1071026432726d0ca84aa8291c5abf10079e367f (diff) | |
Kernel: unstable: secret: fix code.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/HError.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 <KernelKit/HError.hpp> -using namespace HCore; - namespace HCore { Boolean ke_bug_check(void) noexcept { return false; } } // namespace HCore |
