diff src/variables.cc @ 6325:5e00f0993233

[project @ 2007-02-17 14:49:34 by jwe]
author jwe
date Sat, 17 Feb 2007 14:49:34 +0000
parents ea65de49e18e
children f3c5b02c66bf
line wrap: on
line diff
--- a/src/variables.cc	Sat Feb 17 03:08:49 2007 +0000
+++ b/src/variables.cc	Sat Feb 17 14:49:34 2007 +0000
@@ -995,12 +995,7 @@
 
       octave_function *fcn = ans.function_value (true);
 
-      // No need to check nested functions.  They can only be executed
-      // from within the parent function that contains them.  Parent
-      // and nested functions will be updated simultaneously when we
-      // check the parent.
-
-      if (fcn && ! fcn->is_nested_function ())
+      if (fcn)
 	{
 	  std::string ff = fcn->fcn_file_name ();