Skip to content

Commit

Permalink
Merge pull request square#2602 from square/jw/unused
Browse files Browse the repository at this point in the history
Remove unused method.
  • Loading branch information
swankjesse committed Jun 3, 2016
2 parents 25491a9 + 30920d6 commit 77c0ad6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions okhttp/src/main/java/okhttp3/RealCall.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ protected RealCall(OkHttpClient client, Request originalRequest) {
}
}

Object tag() {
return originalRequest.tag();
}

@Override public void enqueue(Callback responseCallback) {
enqueue(responseCallback, false);
}
Expand Down Expand Up @@ -109,10 +105,6 @@ Request request() {
return originalRequest;
}

Object tag() {
return originalRequest.tag();
}

void cancel() {
RealCall.this.cancel();
}
Expand Down

0 comments on commit 77c0ad6

Please sign in to comment.