From e8d7921a0847a80dda945824993c033b9c164895 Mon Sep 17 00:00:00 2001 From: Byron Grobe Date: Tue, 9 Sep 2014 08:13:42 +0000 Subject: [PATCH] Removed comment from src/modules.c that states certain function were moved into a file that no longer exists. (Circa ~2002) --- src/modules.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/modules.c b/src/modules.c index 97dd1075..0c845a93 100644 --- a/src/modules.c +++ b/src/modules.c @@ -40,18 +40,6 @@ #include "match.h" - -/* -TimeMr14C: - * I have moved the dl* function definitions and - * the two functions (load_a_module / unload_a_module) to the - * file dynlink.c - * And also made the necessary changes to those functions - * to comply with shl_load and friends. - * In this file, to keep consistency with the makefile, - * I added the ability to load *.sl files, too. - * 27/02/2002 - */ - #ifndef STATIC_MODULES struct module **modlist = NULL;