1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00

Remove unnecessary code

This commit is contained in:
Alex Kotov 2020-12-02 00:10:08 +05:00
parent 0ff7c1282f
commit 2545e6b7bf
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@ OBJS = start.s.o
OBJS += main.c.o
OBJS += panic.c.o
OBJS += paging.c.o
OBJS += page_dir.c.o
# Architecture-independent
OBJS += info.c.o

View file

@ -1 +0,0 @@
#include "page_dir.h"