diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-08-31 14:42:31 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-08-31 14:42:31 +0000 |
commit | 8c494e99736a68a24d3004652c6f4aceb16d7ecf (patch) | |
tree | de3e7d8e8f642aff57070fd12347af4d89c2a600 /srfi/srfi-13.scm | |
parent | dee01b012cd5179b70a2e361ee08c364ed9f3314 (diff) | |
download | guile-8c494e99736a68a24d3004652c6f4aceb16d7ecf.tar.gz |
* Removed lots of deprecated stuff.
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 |