From 6bace7e3ba77e45968c97a7a4623765848bf3520 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Tue, 17 Oct 2023 12:03:44 +0200 Subject: [PATCH] Remove redundant NULL definition. --- src/include/List.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/List.h b/src/include/List.h index 5ef25a79..047616aa 100644 --- a/src/include/List.h +++ b/src/include/List.h @@ -1,9 +1,6 @@ /*! \file List.h */ -#ifndef NULL -#define NULL 0 -#endif #ifndef LIST_OUT_OF_BOUNDS_EXCEPTION #define LIST_OUT_OF_BOUNDS_EXCEPTION 1 #endif -- GitLab