summaryrefslogtreecommitdiffstats
path: root/arch/x86/gdt/GlobalObj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/gdt/GlobalObj.cpp')
-rw-r--r--arch/x86/gdt/GlobalObj.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/gdt/GlobalObj.cpp b/arch/x86/gdt/GlobalObj.cpp
index 5832c11..fbceeef 100644
--- a/arch/x86/gdt/GlobalObj.cpp
+++ b/arch/x86/gdt/GlobalObj.cpp
@@ -4,11 +4,3 @@
uint64 MngGdt::gdt[MngGdt::size];
MngGdt mngGdt;
-
-void mngGdtInit()
-{
- if(!mngGdt.getIsGdtLoaded())
- {
- mngGdt = MngGdt();
- }
-};