diff options
| author | 2021-11-11 20:09:12 +0200 | |
|---|---|---|
| committer | 2021-11-11 20:09:12 +0200 | |
| commit | f1b1e37b57ff1ecf1e7dd18dbb9204c402edf3c2 (patch) | |
| tree | d9c2e182d0bdbe1790afdf693f15b4adf23720a6 /srfi/indexes.scm | |
| parent | Merge remote-tracking branch 'arvyy/master' (diff) | |
remove min-key, max-key, plist; add dependencies list to html
Diffstat (limited to 'srfi/indexes.scm')
| -rw-r--r-- | srfi/indexes.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/srfi/indexes.scm b/srfi/indexes.scm index f71a76e..a353de8 100644 --- a/srfi/indexes.scm +++ b/srfi/indexes.scm @@ -12,8 +12,6 @@ (define dict-mutable?-id (proc-id-inc)) (define dict-ref-id (proc-id-inc)) (define dict-ref/default-id (proc-id-inc)) -(define dict-min-key-id (proc-id-inc)) -(define dict-max-key-id (proc-id-inc)) (define dict-set-id (proc-id-inc)) (define dict-adjoin-id (proc-id-inc)) (define dict-delete-id (proc-id-inc)) |
