removed unused variable

This commit is contained in:
maocorte 2016-02-29 08:49:36 +01:00
parent 3871541b5d
commit 3b9278ed10

View file

@ -143,7 +143,6 @@ public class AlluxioInterpreterTest {
"Copied " + testFile.getAbsolutePath() + " to /testFile\n\n",
output.message());
FileInStream tFile = fs.openFile(new AlluxioURI("/testFile"));
long fileLength = fs.getStatus(new AlluxioURI("/testFile")).getLength();
Assert.assertEquals(SIZE_BYTES, fileLength);