From 209d3842041fc01fd55df6699f54b6e941b0c14f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 3 May 2012 15:00:13 -0600 Subject: [PATCH] remove obsolete comment --- src/racket/src/hash.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/racket/src/hash.c b/src/racket/src/hash.c index aa291349ed..44dd6a70e0 100644 --- a/src/racket/src/hash.c +++ b/src/racket/src/hash.c @@ -1800,12 +1800,6 @@ intptr_t scheme_recur_equal_hash_key2(Scheme_Object *o, void *cycle_data) /* functional hash tables */ /*========================================================================*/ -/* Direct port of red-black trees in Jens Axel Soegaard's "galore" package, - which implemented in Racket (5th may 2006 version) and says: - - ; This is direct port of Jean-Christophe Filliatre's implementation - ; of red-black trees in Ocaml. */ - typedef struct AVLNode { MZTAG_IF_REQUIRED char height;