changeset 30768:6bc535476d5f stable

* mex.cc: Delete obsolete comment.
author John W. Eaton <jwe@octave.org>
date Mon, 21 Feb 2022 12:34:38 -0500
parents db0335e1b6e0
children 822649f5f193
files libinterp/corefcn/mex.cc
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/mex.cc	Sat Feb 19 13:14:20 2022 -0500
+++ b/libinterp/corefcn/mex.cc	Mon Feb 21 12:34:38 2022 -0500
@@ -4801,13 +4801,6 @@
 {
   octave_value_list args;
 
-  // FIXME: do we need unwind protect to clean up args?  Off hand, I
-  // would say that this problem is endemic to Octave and we will
-  // continue to have memory leaks after Ctrl-C until proper exception
-  // handling is implemented.
-
-  // FIXME: Proper exception handling has been implemented (Jan. 2016).
-  //        Can this code be re-factored?
   args.resize (nargin);
 
   for (int i = 0; i < nargin; i++)