Get rid of the systemGDT()

This commit is contained in:
Eryn Wells 2016-03-25 01:29:02 -04:00
parent 6c91528fb2
commit 73143f4e00
2 changed files with 1 additions and 14 deletions

View file

@ -85,8 +85,6 @@ struct GDT
Descriptor descriptor() const;
};
static GDT& systemGDT();
GDT();
/** Set the descriptor at the given `index` to the value of `spec`. */