Remove fossil?
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 8 Jan 1993 23:34:45 +0000 (23:34 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 8 Jan 1993 23:34:45 +0000 (23:34 +0000)
v7/src/compiler/base/lvalue.scm

index ce5c2a049e7b9d8a88ab3aac23ead3610e3c37a1..73fa463b558a19ffe94687582c7bfc37d1b6ac6d 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/lvalue.scm,v 4.19 1990/11/19 22:50:15 cph Rel $
+$Id: lvalue.scm,v 4.20 1993/01/08 23:34:45 gjr Exp $
 
-Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -330,6 +330,10 @@ MIT in each case. |#
                   (memq variable
                         (block-bound-variables reference-block))))))))
 \f
+;; This is not in use anywhere!  What is it for? -- Arthur & GJR 1/93
+
+#|
+
 (define (lvalue/articulation-points lvalue)
   ;; This won't work if (memq lvalue (lvalue-backward-links lvalue))?
   (let ((articulation-points '())
@@ -375,4 +379,6 @@ MIT in each case. |#
                  (< (lvalue-get x number-tag) (lvalue-get y number-tag)))))
     (for-each (lambda (lvalue) (lvalue-remove! lvalue number-tag))
              (cons lvalue (lvalue-backward-links lvalue)))
-    articulation-points))
\ No newline at end of file
+    articulation-points))
+
+|#
\ No newline at end of file