From 454c68822d29951fbe9c5e4367ca2076bcc0f16d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 31 Jan 2018 23:00:16 -0800 Subject: [PATCH] Remove empty file. --- src/edwin/decls.scm | 1 - src/edwin/ed-ffi.scm | 1 - src/edwin/edwin.ldr | 1 - src/edwin/rename.scm | 30 ------------------------------ 4 files changed, 33 deletions(-) delete mode 100644 src/edwin/rename.scm diff --git a/src/edwin/decls.scm b/src/edwin/decls.scm index d46fbf920..2e49d3d50 100644 --- a/src/edwin/decls.scm +++ b/src/edwin/decls.scm @@ -90,7 +90,6 @@ USA. "nvector" "paths" "rcsparse" - "rename" "rfc822" "ring" "string" diff --git a/src/edwin/ed-ffi.scm b/src/edwin/ed-ffi.scm index 56e80099a..b4e0c6717 100644 --- a/src/edwin/ed-ffi.scm +++ b/src/edwin/ed-ffi.scm @@ -136,7 +136,6 @@ USA. ("regcom" (edwin register-command)) ("regexp" (edwin regular-expression)) ("regops" (edwin)) - ("rename" ()) ("replaz" (edwin)) ("rfc822" (edwin rfc822)) ("ring" (edwin)) diff --git a/src/edwin/edwin.ldr b/src/edwin/edwin.ldr index 564af0b44..3140f3130 100644 --- a/src/edwin/edwin.ldr +++ b/src/edwin/edwin.ldr @@ -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 index 1a2f378c9..000000000 --- a/src/edwin/rename.scm +++ /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)) - -- 2.25.1