Skip to content

Commit 7ab9ca4

Browse files
committed
MatrixInterpolator : Remove unused variable
1 parent 89ba4bb commit 7ab9ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/IECore/MatrixInterpolator.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct LinearInterpolator< Imath::Matrix44<T> >
7878

7979
Imath::Vec3<T> s0( 1 ), s1( 1 ), sx( 1 );
8080
Imath::Vec3<T> h0( 0 ), h1( 0 ), hx( 0 );
81-
Imath::Vec3<T> r0( 0 ), r1( 0 ), rx( 0 );
81+
Imath::Vec3<T> r0( 0 ), r1( 0 );
8282
Imath::Vec3<T> t0( 0 ), t1( 0 ), tx( 0 );
8383

8484
extractSHRT(y0, s0, h0, r0, t0);

0 commit comments

Comments
 (0)