]> gitweb.michael.orlitzky.com - octave.git/blobdiff - tests/wood_tests.m
Remove an unused line in wood_tests.m.
[octave.git] / tests / wood_tests.m
index 822da9993476707d3691f014546d6e7467754794..fe378abb0b91a0a78a497ba808e6f001ec46146b 100644 (file)
@@ -1,6 +1,5 @@
 ## Test the optimal point.
 
-f = wood(1,1,1,1);
 unit_test_equals("wood(1,1,1,1) == 0", ...
                 0, ...
                 wood(1,1,1,1));