summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 14:16:39 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 14:16:39 +0200
commita38083f7d528111087949a0ba8e3970f091f2fc9 (patch)
treec21cda9b4571758540564b562ea6858ddf89030b /Kernel/Sources
parentcd400898f5a6ef04690231323c0be107ae330fb4 (diff)
[FIX] CG's text writer functions. Need to fix ProgramLoader class now
for DLLs/LIBs. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources')
-rw-r--r--Kernel/Sources/Main.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Sources/Main.cxx b/Kernel/Sources/Main.cxx
index 0e232402..ac6d3fe7 100644
--- a/Kernel/Sources/Main.cxx
+++ b/Kernel/Sources/Main.cxx
@@ -141,7 +141,6 @@ namespace Kernel::Detail
/// @return void no return value.
STATIC Kernel::Void ke_user_switch(Kernel::Void)
{
-
Kernel::UserManager::The()->fRootUser = new User(RingKind::kRingSuperUser, kSuperUser);
Kernel::UserManager::The()->LogIn(Kernel::UserManager::The()->fRootUser, "root");