remove obsolete comment
This commit is contained in:
parent
7d18d38751
commit
209d384204
|
@ -1800,12 +1800,6 @@ intptr_t scheme_recur_equal_hash_key2(Scheme_Object *o, void *cycle_data)
|
||||||
/* functional hash tables */
|
/* 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 {
|
typedef struct AVLNode {
|
||||||
MZTAG_IF_REQUIRED
|
MZTAG_IF_REQUIRED
|
||||||
char height;
|
char height;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user