more findbugs
[utils] / support / general / src / test / java / org / wamblee / io / TestData.java
index 8430b0988407fa76f833d0a9782685d08044d6bf..f34b0a00ebd3d6815e822ab99760a7384bd53b6c 100644 (file)
@@ -34,7 +34,6 @@ import java.nio.channels.FileChannel;
  * @author Erik Brakkee
  */
 public final class TestData {
-    private Object testcase;
     private File root;
 
     /**
@@ -43,7 +42,6 @@ public final class TestData {
      * test.
      */
     public TestData(Object aTestcase) {
-        testcase = aTestcase;
         root = getTestRootDir(aTestcase);
         FileSystemUtils.createDir(root);
     }