summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit/Defines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NewKit/Defines.hpp')
-rw-r--r--Kernel/NewKit/Defines.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Kernel/NewKit/Defines.hpp b/Kernel/NewKit/Defines.hpp
index 96f13fd9..3210f1ef 100644
--- a/Kernel/NewKit/Defines.hpp
+++ b/Kernel/NewKit/Defines.hpp
@@ -133,12 +133,6 @@ namespace NewOS
};
} // namespace NewOS
-/// @note this is for the purpose of having a common namespace alongside zeta's codebase.
-namespace ma::zeta::kernel
-{
- using namespace NewOS;
-}
-
#define DEDUCE_ENDIAN(address, value) \
(((reinterpret_cast<NewOS::Char*>(address)[0]) == (value)) \
? (NewOS::Endian::kEndianBig) \