Remove unused imports

This commit is contained in:
Eric Anderson 2015-01-26 10:04:10 -08:00
parent d0adadbc1f
commit 0077e67274
4 changed files with 0 additions and 4 deletions

View File

@ -34,7 +34,6 @@ package com.google.net.stubby.transport.netty;
import com.google.common.base.Preconditions;
import com.google.common.base.Throwables;
import com.google.net.stubby.transport.AbstractBuffer;
import com.google.net.stubby.transport.Buffer;
import io.netty.buffer.ByteBuf;

View File

@ -42,7 +42,6 @@ import com.google.net.stubby.MethodDescriptor;
import com.google.net.stubby.transport.AbstractClientTransport;
import com.google.net.stubby.transport.ClientStream;
import com.google.net.stubby.transport.ClientStreamListener;
import com.google.net.stubby.transport.ClientTransport;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.Channel;

View File

@ -40,7 +40,6 @@ import com.google.net.stubby.Status.Code;
import com.google.net.stubby.transport.AbstractClientTransport;
import com.google.net.stubby.transport.ClientStream;
import com.google.net.stubby.transport.ClientStreamListener;
import com.google.net.stubby.transport.ClientTransport;
import com.squareup.okhttp.internal.spdy.ErrorCode;
import com.squareup.okhttp.internal.spdy.FrameReader;

View File

@ -62,7 +62,6 @@ import okio.Buffer;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;