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
Compare changes
  • Side-by-side
  • Inline
Files
1
  • c805a603
    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.
Loading