summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources
diff options
context:
space:
mode:
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");