Skip to content
Snippets Groups Projects
Commit fcf38434 authored by rtoy's avatar rtoy
Browse files

Remove the cmu-contrib module since the modules can be loaded using

asdf.
parent cb282edb
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -143,6 +143,3 @@
(defmodule :asdf (defmodule :asdf
"modules:asdf/asdf") "modules:asdf/asdf")
;; Meta contrib that loads up definitions for all other contribs
(defmodule "cmu-contribs"
"modules:contrib.lisp")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment