remove useless code copied from day 1

This commit is contained in:
2021-12-03 18:54:55 +01:00
parent a9c713a5ea
commit f769e9b361

View File

@@ -16,14 +16,6 @@
#include "debug.h"
#include "bits.h"
#include "pool.h"
struct ranges {
u32 val;
struct list_head list;
};
LIST_HEAD(list_head);
int ex1()
{