view test/bug-51192/class_bug51192.m @ 30889:3a15bf04cb7f

maint: Remove ancient unused function __sort_rows_idx__. * data.cc (F__sort_rows_idx__): Delete function.
author Rik <rik@octave.org>
date Mon, 04 Apr 2022 10:50:26 -0700
parents 96e36ba3be65
children
line wrap: on
line source

classdef class_bug51192
  methods (Static)
    function foo (val)
      val;
    endfunction
  endmethods
endclassdef