summaryrefslogtreecommitdiffstats
path: root/srfi/indexes.scm
diff options
context:
space:
mode:
authorGravatar John Cowan 2021-11-11 16:48:07 -0500
committerGravatar John Cowan 2021-11-11 16:48:07 -0500
commit1ff574608d023a5c98f7b30f9025c7aa7e4b53f7 (patch)
tree2084df6c76ed4c0b7517cd299d70dd96bca55238 /srfi/indexes.scm
parentMerge remote-tracking branch 'arvyy/master' (diff)
parentcomments (diff)
Merge remote-tracking branch 'arvyy/master'
Diffstat (limited to 'srfi/indexes.scm')
-rw-r--r--srfi/indexes.scm2
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))