about summary refs log tree commit diff
path: root/doc/manual/bugs.xml
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-11-05T13·10+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-11-05T13·10+0000
commit6ca9c7f0a91a2998ecd0063ff68f01e6eca12759 (patch)
tree7a16e9ca875940177ff0525af84f85cff71d811b /doc/manual/bugs.xml
parent8b934694f27c309b6f39ae2dede8130dc591ed49 (diff)
* Finished GNU Hello walkthrough.
Diffstat (limited to 'doc/manual/bugs.xml')
-rw-r--r--doc/manual/bugs.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/manual/bugs.xml b/doc/manual/bugs.xml
index b479c13541c1..6097b2aa00d4 100644
--- a/doc/manual/bugs.xml
+++ b/doc/manual/bugs.xml
@@ -54,17 +54,6 @@
 
     <listitem>
       <para>
-        The current garbage collector is a hack.  It should be
-        integrated into <command>nix-store</command>.  It should
-        delete derivations in an order determined by topologically
-        sorting derivations under the points-to relation.  This
-        ensures that no store paths ever exist that point to
-        non-existant store paths.
-      </para>
-    </listitem>
-
-    <listitem>
-      <para>
         There are race conditions between the garbage collector and
         other Nix tools.  For instance, when we run
         <command>nix-env</command> to build and install a derivation