Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Dec 4, 2024
1 parent 2b50dd6 commit ea0be83
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ public ArmeriaRetrofitBuilder validateEagerly(boolean validateEagerly) {
* Returns a newly-created {@link Retrofit} based on the properties of this builder.
*/
public Retrofit build() {
final SessionProtocol protocol = webClient.scheme().sessionProtocol();

final ClientOptions retrofitOptions = buildOptions(webClient.options());
// Re-create the base client without a path, because Retrofit will always provide a full path.
final WebClient baseWebClient = WebClient.builder(webClient.executionFactory())
Expand Down

0 comments on commit ea0be83

Please sign in to comment.