diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c
index bcf971143cfd1519f88478e3970bf037c62a84a8..fe938d913e18d190411aa95d650c033803f3e774 100644
--- a/gcc/tree-nested.c
+++ b/gcc/tree-nested.c
@@ -2047,9 +2047,7 @@ convert_all_function_calls (struct nesting_info *root)
   bool any_changed;
 
   /* First, optimistically set no_static_chain for all decls that haven't
-     used the static chain already for variable access.  Notice that we 
-     do this pre-order, because we want inner functions to be processed
-     first in the LIFO worklist.  */
+     used the static chain already for variable access.  */
   FOR_EACH_NEST_INFO (n, root)
     {
       tree decl = n->context;