Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Nov 19, 2020
1 parent 248779e commit d4feb4f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import org.eclipse.jetty.client.HttpClient;
import org.eclipse.jetty.client.api.ContentResponse;
import org.eclipse.jetty.client.api.Response;
import org.eclipse.jetty.client.api.Result;
import org.eclipse.jetty.client.util.BytesContentProvider;
import org.eclipse.jetty.client.util.DeferredContentProvider;
import org.eclipse.jetty.http.HttpHeader;
Expand Down Expand Up @@ -77,10 +76,6 @@ public class GzipWithSendErrorTest
private HttpClient client;
private ServerConnector connector;

private static void onComplete(Result result)
{
}

@BeforeEach
public void setup() throws Exception
{
Expand Down

0 comments on commit d4feb4f

Please sign in to comment.