From f769e9b3619420d633b529bf6710414c4410cc66 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 3 Dec 2021 18:54:55 +0100 Subject: [PATCH] remove useless code copied from day 1 --- 2021/day02/aoc-c.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/2021/day02/aoc-c.c b/2021/day02/aoc-c.c index 2eb7e50..6d4abf3 100644 --- a/2021/day02/aoc-c.c +++ b/2021/day02/aoc-c.c @@ -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() {