From 9f1160242aaeb0d15f97e8caedee6639c5d22da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Wed, 14 Dec 2016 15:56:28 +0100 Subject: [PATCH] Removed warning (no longer necessary). --- src/list.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/list.c b/src/list.c index 1d35ef0..b92dda8 100644 --- a/src/list.c +++ b/src/list.c @@ -4,7 +4,6 @@ /** * This is the number of elements by which the list expands. - * WARNING: Always use doubles for this number (2^X) */ #define BLOCK_SIZE 1024