Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 23, 2017
1 parent 198735f commit a4eda25
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.google.common.io.CharStreams;
import com.google.common.net.MediaType;

import org.openqa.selenium.remote.Dialect;
import org.openqa.selenium.remote.http.HttpRequest;
import org.openqa.selenium.remote.http.HttpResponse;

Expand Down Expand Up @@ -60,11 +59,9 @@ class Passthrough implements SessionCodec {
.build();

private final URL upstream;
private Dialect dialect;

public Passthrough(URL upstream) {
this.upstream = upstream;
this.dialect = dialect;
}

@Override
Expand Down

0 comments on commit a4eda25

Please sign in to comment.