summaryrefslogtreecommitdiff
path: root/srfi/srfi-1.scm
diff options
context:
space:
mode:
Diffstat (limited to 'srfi/srfi-1.scm')
-rw-r--r--srfi/srfi-1.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/srfi/srfi-1.scm b/srfi/srfi-1.scm
index f58c1ebfe..b4605d97c 100644
--- a/srfi/srfi-1.scm
+++ b/srfi/srfi-1.scm
@@ -60,20 +60,6 @@
:use-module (ice-9 session)
:use-module (ice-9 receive))
-(begin-deprecated
- ;; Prevent `export' from re-exporting core bindings. This behaviour
- ;; of `export' is deprecated and will disappear in one of the next
- ;; releases.
- (define iota #f)
- (define map #f)
- (define map-in-order #f)
- (define for-each #f)
- (define list-index #f)
- (define member #f)
- (define delete #f)
- (define delete! #f)
- (define assoc #f))
-
(export
;;; Constructors
;; cons <= in the core