changeset 30180:721bad540858

maint: oct-sort.cc: remove FIXME that is resolved. * oct-sort.cc: Keep sortrows_run_t class declaration out of templated code so that it is not defined for every data type (which is unnecessary since it does not depend on <T>).
author Rik <rik@octave.org>
date Tue, 14 Sep 2021 18:13:20 -0700
parents 5bef5b36747e
children 667b868861ba
files liboctave/util/oct-sort.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/oct-sort.cc	Tue Sep 14 17:31:49 2021 -0700
+++ b/liboctave/util/oct-sort.cc	Tue Sep 14 18:13:20 2021 -0700
@@ -1593,7 +1593,6 @@
   return retval;
 }
 
-// FIXME: is there really no way to make this local to the following function?
 struct sortrows_run_t
 {
 public: