Remove unnecessary statement that I forgot to remove...
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4e7fbfe6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4e7fbfe6 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4e7fbfe6 Branch: refs/heads/trunk Commit: 4e7fbfe6d31fbcfc2975f62827ad967234c49d2c Parents: e2ad896 Author: Yuki Morishita <[email protected]> Authored: Fri Mar 27 16:30:45 2015 -0500 Committer: Yuki Morishita <[email protected]> Committed: Fri Mar 27 16:30:45 2015 -0500 ---------------------------------------------------------------------- test/unit/org/apache/cassandra/repair/ValidatorTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/4e7fbfe6/test/unit/org/apache/cassandra/repair/ValidatorTest.java ---------------------------------------------------------------------- diff --git a/test/unit/org/apache/cassandra/repair/ValidatorTest.java b/test/unit/org/apache/cassandra/repair/ValidatorTest.java index 2a7651c..31ea495 100644 --- a/test/unit/org/apache/cassandra/repair/ValidatorTest.java +++ b/test/unit/org/apache/cassandra/repair/ValidatorTest.java @@ -29,7 +29,6 @@ import org.apache.cassandra.db.DecoratedKey; import org.apache.cassandra.db.Keyspace; import org.apache.cassandra.db.TreeMapBackedSortedColumns; import org.apache.cassandra.db.compaction.CompactionController; -import org.apache.cassandra.db.compaction.LazilyCompactedRow; import org.apache.cassandra.db.compaction.PrecompactedRow; import org.apache.cassandra.dht.IPartitioner; import org.apache.cassandra.dht.Range; @@ -143,7 +142,6 @@ public class ValidatorTest extends SchemaLoader validator1.prepare(cfs); validator1.complete(); - LazilyCompactedRow row3 = new LazilyCompactedRow(new CompactionController(cfs, null, 0), null); // create validator with a single row with null cf Validator validator2 = new Validator(desc, remote, 0); validator2.prepare(cfs);
