* threads.scm: Removed bogus definition of future-ref.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 18 Dec 2002 11:00:56 +0000 (11:00 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 18 Dec 2002 11:00:56 +0000 (11:00 +0000)
ice-9/ChangeLog
ice-9/threads.scm

index ea99293..1ca85f2 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-18  Mikael Djurfeldt  <mdj@kvast.blakulla.net>
+
+       * threads.scm: Removed bogus definition of future-ref.
+
 2002-12-15  Mikael Djurfeldt  <djurfeldt@nada.kth.se>
 
        * threads.scm (par-map, par-for-each): Reimplemented using
index 86bdae5..57e431a 100644 (file)
@@ -72,8 +72,6 @@
 
 \f
 
-(define future-ref join-thread)
-
 (define ((par-mapper mapper)  proc . arglists)
   (mapper join-thread
          (apply map