summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-20 03:15:36 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-20 03:15:36 +0200
commit085e870aae1ad1c99524b268009aeb60a1efced2 (patch)
tree776db852b081dc293e193be991d0ae30ddccd4a2
parent5c0e83ab99b02c65e48bea86b13c3035b0efcc48 (diff)
design: dont use another namespace.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--Kernel/NewKit/Defines.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Kernel/NewKit/Defines.hpp b/Kernel/NewKit/Defines.hpp
index 45aaed37..00fb5df9 100644
--- a/Kernel/NewKit/Defines.hpp
+++ b/Kernel/NewKit/Defines.hpp
@@ -133,11 +133,6 @@ namespace NewOS
};
} // namespace NewOS
-namespace ma::zeta::kern
-{
- using namespace NewOS;
-} // namespace ma::zeta::kern
-
#define DEDUCE_ENDIAN(address, value) \
(((reinterpret_cast<NewOS::Char*>(address)[0]) == (value)) \
? (NewOS::Endian::kEndianBig) \