From fcf38434497e9732440e73a48a6a96fa0b479c8b Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 12 May 2010 02:50:11 +0000
Subject: [PATCH] Remove the cmu-contrib module since the modules can be loaded
 using asdf.

---
 code/module.lisp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/code/module.lisp b/code/module.lisp
index cc9b6467e..b80ea433c 100644
--- a/code/module.lisp
+++ b/code/module.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.15 2010/05/10 19:30:40 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.16 2010/05/12 02:50:11 rtoy Rel $")
 ;;;
 ;;; **********************************************************************
 
@@ -143,6 +143,3 @@
 (defmodule :asdf
     "modules:asdf/asdf")
 
-;; Meta contrib that loads up definitions for all other contribs
-(defmodule "cmu-contribs"
-    "modules:contrib.lisp")
-- 
GitLab