diff options
| author | 2021-11-11 16:48:07 -0500 | |
|---|---|---|
| committer | 2021-11-11 16:48:07 -0500 | |
| commit | 1ff574608d023a5c98f7b30f9025c7aa7e4b53f7 (patch) | |
| tree | 2084df6c76ed4c0b7517cd299d70dd96bca55238 /srfi/indexes.scm | |
| parent | Merge remote-tracking branch 'arvyy/master' (diff) | |
| parent | comments (diff) | |
Merge remote-tracking branch 'arvyy/master'
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)) |
