From bf1ca06a1693cbe5415a152936939ce3b088a022 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 26 Jan 2009 07:51:35 -0500 Subject: [PATCH] loader: Make a comment slightly less stupid --- hw/xfree86/loader/loader.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hw/xfree86/loader/loader.c b/hw/xfree86/loader/loader.c index d74c1bb14..e12772e30 100644 --- a/hw/xfree86/loader/loader.c +++ b/hw/xfree86/loader/loader.c @@ -201,12 +201,7 @@ LoaderOpen(const char *module, const char *cname, int handle, ErrorF("LoaderOpen(%s)\n", module); #endif - /* - * Check to see if the module is already loaded. - * Only if we are loading it into an existing namespace. - * If it is to be loaded into a new namespace, don't check. - * Note: We only have one namespace. - */ + /* Is the module already loaded? */ if (handle >= 0) { tmp = listHead; while (tmp) {