diff src/load-save.cc @ 2970:b9e64477f703

[project @ 1997-05-15 18:04:21 by jwe]
author jwe
date Thu, 15 May 1997 18:08:21 +0000
parents 66ef74ee5d9f
children aa9d0c0e0458
line wrap: on
line diff
--- a/src/load-save.cc	Thu May 15 17:58:30 1997 +0000
+++ b/src/load-save.cc	Thu May 15 18:08:21 1997 +0000
@@ -48,7 +48,6 @@
 #include "help.h"
 #include "load-save.h"
 #include "oct-obj.h"
-#include "oct-sym.h"
 #include "pager.h"
 #include "pt-exp.h"
 #include "symtab.h"
@@ -2226,10 +2225,8 @@
   string name = sr->name ();
   string help = sr->help ();
   int global = sr->is_linked_to_global ();
-  octave_symbol *tmp = sr->def ();
-
-  // XXX FIXME XXX -- do we really want to do this?
-  octave_value tc = tmp->eval ();
+
+  octave_value tc = sr->def ();
 
   if (tc.is_undefined ())
     return;