1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-24 15:55:41 -05:00

Remove unnecessary code

This commit is contained in:
Braiden Vasco 2017-11-04 15:01:37 +00:00
parent 14383505b2
commit 5cfb4d9fce

View file

@ -46,7 +46,6 @@
// TODO: implement this // TODO: implement this
#define assert(n) if (n) {} #define assert(n) if (n) {}
#define panic() if (1) {}
unsigned long read_cr0(); unsigned long read_cr0();
unsigned long read_cr4(); unsigned long read_cr4();