STYLE: Remove unused method itkWrapTransform3D::GetJacobian
requested to merge github/fork/jcfr/remove-dead-code-from-ResampleDTIVolume-itkWarpTransform3D into master
Created by: jcfr
STYLE: Remove unused method itkWrapTransform3D::GetJacobian
Reviewing changes introduced in r24669 (COMP: Add ITK_OVERRIDE designations for C++11) also identified some dead code that was intended to override a parent class and provide exceptions or no action, but infact did not override any parent virtual function.