diff --git a/javatests/google/registry/tools/ShellCommandTest.java b/javatests/google/registry/tools/ShellCommandTest.java index 59c9323bd..e48126a7a 100644 --- a/javatests/google/registry/tools/ShellCommandTest.java +++ b/javatests/google/registry/tools/ShellCommandTest.java @@ -50,7 +50,6 @@ public class ShellCommandTest { @Test public void testCommandProcessing() { String testData = "test1 foo bar\ntest2 foo bar\n"; - ImmutableMap> commandMap = ImmutableMap.of(); MockCli cli = new MockCli(); ShellCommand shellCommand = new ShellCommand(new ByteArrayInputStream(testData.getBytes(US_ASCII)), cli);