core: remove unused variables

This commit is contained in:
Shohei Kamimori 2017-12-21 03:27:16 +09:00 committed by ZHANG Dapeng
parent 2fe8ce23b2
commit b1d62b70c4
1 changed files with 0 additions and 4 deletions

View File

@ -164,10 +164,6 @@ public class CensusModulesTest {
@Mock
private ServerCall.Listener<String> mockServerCallListener;
@Captor
private ArgumentCaptor<CallOptions> callOptionsCaptor;
@Captor
private ArgumentCaptor<ClientCall.Listener<String>> clientCallListenerCaptor;
@Captor
private ArgumentCaptor<Status> statusCaptor;
@Captor
private ArgumentCaptor<NetworkEvent> networkEventCaptor;