From: Michael Orlitzky Date: Mon, 22 Aug 2011 23:56:48 +0000 (-0400) Subject: Remove two unused variables. X-Git-Tag: 0.0.1~235 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=f0004b4e7452f4c8db50688f8c5e00a827c935d5 Remove two unused variables. --- diff --git a/src/Tests/Grid.hs b/src/Tests/Grid.hs index 6a30cc5..b565f0d 100644 --- a/src/Tests/Grid.hs +++ b/src/Tests/Grid.hs @@ -351,5 +351,4 @@ test_trilinear9x9x9_reproduced = where g = make_grid 1 trilinear c0 = fromJust $ cube_at g 1 1 1 - t0 = tetrahedron0 c0 - p = polynomial t0 +