Remove unused variable from ShellCommandTest

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191340225
This commit is contained in:
mmuller 2018-04-02 13:38:41 -07:00 committed by Ben McIlwain
parent 70efdc1cb7
commit 87a58dbcae

View file

@ -50,7 +50,6 @@ public class ShellCommandTest {
@Test
public void testCommandProcessing() {
String testData = "test1 foo bar\ntest2 foo bar\n";
ImmutableMap<String, Class<? extends Command>> commandMap = ImmutableMap.of();
MockCli cli = new MockCli();
ShellCommand shellCommand =
new ShellCommand(new ByteArrayInputStream(testData.getBytes(US_ASCII)), cli);