You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/04/06 09:53:05 UTC

[accumulo] 05/05: Remove unused variables

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.8
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit b8c19f8335d18ea02dbdddb9155066859894259e
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Apr 6 00:28:04 2018 -0400

    Remove unused variables
---
 .../main/java/org/apache/accumulo/shell/commands/SetIterCommand.java  | 4 ----
 .../java/org/apache/accumulo/shell/commands/SetShellIterCommand.java  | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/shell/src/main/java/org/apache/accumulo/shell/commands/SetIterCommand.java b/shell/src/main/java/org/apache/accumulo/shell/commands/SetIterCommand.java
index 42a8418..a3bc5a2 100644
--- a/shell/src/main/java/org/apache/accumulo/shell/commands/SetIterCommand.java
+++ b/shell/src/main/java/org/apache/accumulo/shell/commands/SetIterCommand.java
@@ -47,15 +47,11 @@ import org.apache.commons.cli.Option;
 import org.apache.commons.cli.OptionGroup;
 import org.apache.commons.cli.Options;
 import org.apache.commons.lang.StringUtils;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 import jline.console.ConsoleReader;
 
 public class SetIterCommand extends Command {
 
-  private static final Logger log = LoggerFactory.getLogger(SetIterCommand.class);
-
   private Option allScopeOpt, mincScopeOpt, majcScopeOpt, scanScopeOpt;
   Option profileOpt, priorityOpt, nameOpt;
   Option aggTypeOpt, ageoffTypeOpt, regexTypeOpt, versionTypeOpt, reqvisTypeOpt, classnameTypeOpt;
diff --git a/shell/src/main/java/org/apache/accumulo/shell/commands/SetShellIterCommand.java b/shell/src/main/java/org/apache/accumulo/shell/commands/SetShellIterCommand.java
index 40d046d..2156ea8 100644
--- a/shell/src/main/java/org/apache/accumulo/shell/commands/SetShellIterCommand.java
+++ b/shell/src/main/java/org/apache/accumulo/shell/commands/SetShellIterCommand.java
@@ -32,13 +32,9 @@ import org.apache.accumulo.shell.ShellCommandException;
 import org.apache.commons.cli.CommandLine;
 import org.apache.commons.cli.Option;
 import org.apache.commons.cli.Options;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 public class SetShellIterCommand extends SetIterCommand {
 
-  private static final Logger log = LoggerFactory.getLogger(SetShellIterCommand.class);
-
   @Override
   public int execute(final String fullCommand, final CommandLine cl, final Shell shellState)
       throws AccumuloException, AccumuloSecurityException, TableNotFoundException, IOException,

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.