diff --git a/libguile/evalext.c b/libguile/evalext.c index ec18aa20b..f4b9eac89 100644 --- a/libguile/evalext.c +++ b/libguile/evalext.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -149,13 +149,6 @@ scm_m_undefine (SCM x, SCM env) #endif } -#if (SCM_DEBUG_DEPRECATED == 0) - -/* This name is obsolete. Will be removed in 1.5. */ -SCM_REGISTER_PROC (s_serial_map, "serial-map", 2, 0, 1, scm_map); - -#endif /* SCM_DEBUG_DEPRECATED == 0 */ - SCM_REGISTER_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map); void