HBASE-10867 Addendum removes two unused variables

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2014-04-01 17:25:33 +00:00
parent e8f7f46609
commit 50983ad638
1 changed files with 0 additions and 2 deletions

View File

@ -289,8 +289,6 @@ public class TestRegionPlacement {
private void killRandomServerAndVerifyAssignment()
throws IOException, InterruptedException, KeeperException {
ClusterStatus oldStatus = TEST_UTIL.getHBaseCluster().getClusterStatus();
ServerName servers[] = oldStatus.getServers().toArray(new ServerName[10]);
ServerName serverToKill = null;
int killIndex = 0;
Random random = new Random(System.currentTimeMillis());