Skip to content

Commit

Permalink
Merge pull request #2283 from HubSpot/add-flag
Browse files Browse the repository at this point in the history
Unused method fix
  • Loading branch information
pschoenfelder authored Apr 6, 2022
2 parents 4d14143 + 1d602b8 commit eadde5c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -690,14 +690,6 @@ private <T> Optional<T> deleteWithParams(
return Optional.empty();
}

private HttpResponse put(
Function<String, String> hostToUri,
String type,
Optional<?> body
) {
return executeRequest(hostToUri, type, body, Method.PUT, Optional.empty());
}

private HttpResponse put(
Function<String, String> hostToUri,
String type,
Expand Down

0 comments on commit eadde5c

Please sign in to comment.