diff options
Diffstat (limited to 'srfi/srfi-13.scm')
-rw-r--r-- | srfi/srfi-13.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/srfi/srfi-13.scm b/srfi/srfi-13.scm index b623c405e..90e7691a0 100644 --- a/srfi/srfi-13.scm +++ b/srfi/srfi-13.scm @@ -43,19 +43,6 @@ (define-module (srfi srfi-13)) -(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 string->list #f) - (define string-copy #f) - (define string-fill! #f) - (define string-index #f) - (define string-upcase #f) - (define string-upcase! #f) - (define string-downcase #f) - (define string-downcase! #f)) - (export ;;; Predicates ;; string? string-null? <= in the core |