ACCUMULO-4138 Remove unused option

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

Branch: refs/heads/master
Commit: ecfd95ce36161a7558a89cd284fc16d8e9110771
Parents: b8836be
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Mon Mar 14 20:15:28 2016 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Mon Mar 14 20:15:28 2016 -0400

----------------------------------------------------------------------
 .../apache/accumulo/core/util/shell/commands/DeleteRowsCommand.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ecfd95ce/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteRowsCommand.java
----------------------------------------------------------------------
diff --git 
a/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteRowsCommand.java
 
b/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteRowsCommand.java
index 6ffa3f4..42ab36a 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteRowsCommand.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/util/shell/commands/DeleteRowsCommand.java
@@ -25,7 +25,6 @@ import org.apache.hadoop.io.Text;
 
 public class DeleteRowsCommand extends Command {
   private Option forceOpt;
-  private Option startRowOptExclusive;
 
   @Override
   public int execute(final String fullCommand, final CommandLine cl, final 
Shell shellState) throws Exception {

Reply via email to