From 9e837f72092441a5085aa91d1ffc489cdf9da6fa Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 29 Nov 2017 12:26:36 -0500 Subject: [PATCH] [fix] deleting comment, this is not a header-only implementation --- src/klib/drand48.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/klib/drand48.c b/src/klib/drand48.c index 89632da7..2f4335bd 100644 --- a/src/klib/drand48.c +++ b/src/klib/drand48.c @@ -12,8 +12,6 @@ * to anyone/anything when using this software. */ -//I've rearranged the source into a header-only implementation for drand48() -Benjamin Kusin - #ifdef HAVE_CONFIG_H #include #endif