diff src/toplev.cc @ 5189:85b315ad5f7d

[project @ 2005-03-04 02:46:08 by jwe]
author jwe
date Fri, 04 Mar 2005 02:46:08 +0000
parents 47e2ef7d0ad6
children 16a6247730d9
line wrap: on
line diff
--- a/src/toplev.cc
+++ b/src/toplev.cc
@@ -111,7 +111,7 @@
 }
 
 int
-main_loop (const std::string& fun_to_call)
+main_loop (void)
 {
   octave_save_signal_mask ();
 
@@ -137,9 +137,6 @@
 
   octave_initialized = true;
 
-  if (! fun_to_call.empty ())
-    feval (fun_to_call);
-
   // The big loop.
 
   int retval = 0;