1.0.13.44: bug #414 has disappeared
[sbcl.git] / BUGS
diff --git a/BUGS b/BUGS
index b22778b..503fdc4 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1800,19 +1800,6 @@ WORKAROUND:
 
   Reported by Faré Rideau on sbcl-devel.
 
-414: strange DISASSEMBLE warning
-
-  Compiling and disassembling 
-
-   (defun disassemble-source-form-bug (x y z)
-     (declare (optimize debug))
-     (list x y z))
-
-  Gives
-
-   WARNING: bogus form-number in form!  The source file has probably 
-   been changed too much to cope with.
-
 415: Issues creating large arrays on x86-64/Linux and x86/Darwin
 
    (make-array (1- array-dimension-limit))