Skip to content
Snippets Groups Projects

Remove unused method from MIR tables

Merged Kenneth Moreland requested to merge kmorel/vtk-m:bad-mir-table-method into master
  1. Oct 15, 2024
    • Kenneth Moreland's avatar
      Remove unused method from MIR tables · c805a603
      Kenneth Moreland authored
      The implementation of this method was incorrect as it referenced a class
      member that does not exist. Many compilers allowed it in a templated
      class when the method was never used, but other compilers attempt to
      compile the inlined method regardless.
      
      Since the method clearly is not needed, the easy solution is to remove
      it.
      c805a603
Loading