diff liboctave/util/oct-sort.cc @ 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 14b098a6ba46
children 796f54d4ddbf
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: