From 4afdce34eee9e47562ca8b3d8920fbcae79f5476 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 8 Dec 2015 22:37:08 -0500 Subject: [PATCH] neaten --- c/containers/rslls.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/c/containers/rslls.c b/c/containers/rslls.c index 627b8461c..f189b9007 100644 --- a/c/containers/rslls.c +++ b/c/containers/rslls.c @@ -3,12 +3,6 @@ #include "lib/mlrutil.h" #include "containers/rslls.h" -// [] -// [a] -// [a,b] -// [a,b,c] -// [x,x,x] - // ---------------------------------------------------------------- rslls_t* rslls_alloc() { rslls_t* plist = mlr_malloc_or_die(sizeof(rslls_t));