Repository: accumulo
Updated Branches:
  refs/heads/master 118184bc3 -> 8cc6d77d3


ACCUMULO-2694 cleanup warning


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d8463c64
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d8463c64
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d8463c64

Branch: refs/heads/master
Commit: d8463c642e0e7c3d864867d356e299afe8c92963
Parents: 118184b
Author: Eric C. Newton <eric.new...@gmail.com>
Authored: Mon Aug 4 13:44:32 2014 -0400
Committer: Eric C. Newton <eric.new...@gmail.com>
Committed: Mon Aug 4 13:44:32 2014 -0400

----------------------------------------------------------------------
 .../accumulo/test/functional/BalanceInPresenceOfOfflineTableIT.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/d8463c64/test/src/test/java/org/apache/accumulo/test/functional/BalanceInPresenceOfOfflineTableIT.java
----------------------------------------------------------------------
diff --git 
a/test/src/test/java/org/apache/accumulo/test/functional/BalanceInPresenceOfOfflineTableIT.java
 
b/test/src/test/java/org/apache/accumulo/test/functional/BalanceInPresenceOfOfflineTableIT.java
index 37aa8a1..887aee4 100644
--- 
a/test/src/test/java/org/apache/accumulo/test/functional/BalanceInPresenceOfOfflineTableIT.java
+++ 
b/test/src/test/java/org/apache/accumulo/test/functional/BalanceInPresenceOfOfflineTableIT.java
@@ -126,7 +126,6 @@ public class BalanceInPresenceOfOfflineTableIT extends 
ConfigurableMacIT {
         continue;
       }
 
-      int numTablets = 0;
       long[] tabletsPerServer = new long[stats.getTServerInfoSize()];
       Arrays.fill(tabletsPerServer, 0l);
       for (int i = 0; i < stats.getTServerInfoSize(); i++) {

Reply via email to