changeset 30734:848db528a2c5

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Sat, 12 Feb 2022 12:26:09 -0500
parents efe8550a0aae (current diff) fb0d6b1e0b64 (diff)
children 4335606e41ac
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/interpreter-qobject.cc	Mon Feb 07 09:51:56 2022 -0300
+++ b/libgui/src/interpreter-qobject.cc	Sat Feb 12 12:26:09 2022 -0500
@@ -94,7 +94,7 @@
         exit_status = xe.exit_status ();
       }
 
-    interp.shutdown ();
+    // FIXME: The following comment doesn't seem to make sense now.
 
     // Signal that the interpreter is done executing code in the
     // main REPL, from script files, or command line eval arguments.