Remove empty file.
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Feb 2018 07:00:16 +0000 (23:00 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Feb 2018 07:00:16 +0000 (23:00 -0800)
src/edwin/decls.scm
src/edwin/ed-ffi.scm
src/edwin/edwin.ldr
src/edwin/rename.scm [deleted file]

index d46fbf920f3d3ad4fa11dd1281811c12daabda8a..2e49d3d506821713756d1d36468badd449763453 100644 (file)
@@ -90,7 +90,6 @@ USA.
              "nvector"
              "paths"
              "rcsparse"
-             "rename"
              "rfc822"
              "ring"
              "string"
index 56e80099a16aa9302e3e40d382724b23dc8d73ee..b4e0c6717f6606e134255f1ffe3d945c7873dca2 100644 (file)
@@ -136,7 +136,6 @@ USA.
     ("regcom"  (edwin register-command))
     ("regexp"  (edwin regular-expression))
     ("regops"  (edwin))
-    ("rename"  ())
     ("replaz"  (edwin))
     ("rfc822"  (edwin rfc822))
     ("ring"    (edwin))
index 564af0b4420f024de93e0b8f735c88f076baba58..3140f313060b156c4ebc974c03c6a454e89699f3 100644 (file)
@@ -251,7 +251,6 @@ USA.
        (load "wincom" environment)
        (load "scrcom" environment)
        (load "modefs" environment)
-       (load "rename" environment)
        (load "loadef" environment)
        #|
        (load-set-and-initialize! '("bochser" "bochsmod")
diff --git a/src/edwin/rename.scm b/src/edwin/rename.scm
deleted file mode 100644 (file)
index 1a2f378..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#| -*-Scheme-*-
-
-Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
-    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
-    2017 Massachusetts Institute of Technology
-
-This file is part of MIT/GNU Scheme.
-
-MIT/GNU Scheme is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or (at
-your option) any later version.
-
-MIT/GNU Scheme is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with MIT/GNU Scheme; if not, write to the Free Software
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
-USA.
-
-|#
-
-;;;; Edwin Interpackage Renames
-
-(declare (usual-integrations))
-