From: Chris Hanson <org/chris-hanson/cph>
Date: Wed, 27 Oct 2004 20:03:43 +0000 (+0000)
Subject: Eliminate no-longer-used files.
X-Git-Tag: 20090517-FFI~1521
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c6cc7064c06babfa57ddef20f65ddd0697ae6952;p=mit-scheme.git

Eliminate no-longer-used files.
---

diff --git a/v7/src/ssp/compile.scm b/v7/src/ssp/compile.scm
index fd5234a02..fa5d8eae3 100644
--- a/v7/src/ssp/compile.scm
+++ b/v7/src/ssp/compile.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.2 2003/12/29 07:30:39 uid67408 Exp $
+$Id: compile.scm,v 1.3 2004/10/27 20:03:43 cph Exp $
 
 Copyright 2003 Massachusetts Institute of Technology
 
@@ -31,10 +31,8 @@ USA.
     (for-each compile-file
 	      '("db"
 		"expenv"
-		"matcher"
 		"mod-lisp"
 		"xdoc"
-		"xhtml"
 		"xhtml-expander"
 		"xmlrpc"))
     (cref/generate-constructors "ssp")))
\ No newline at end of file