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