Skip to content

Commit eadde5c

Browse files
Merge pull request #2283 from HubSpot/add-flag
Unused method fix
2 parents 4d14143 + 1d602b8 commit eadde5c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

SingularityClient/src/main/java/com/hubspot/singularity/client/SingularityClient.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -690,14 +690,6 @@ private <T> Optional<T> deleteWithParams(
690690
return Optional.empty();
691691
}
692692

693-
private HttpResponse put(
694-
Function<String, String> hostToUri,
695-
String type,
696-
Optional<?> body
697-
) {
698-
return executeRequest(hostToUri, type, body, Method.PUT, Optional.empty());
699-
}
700-
701693
private HttpResponse put(
702694
Function<String, String> hostToUri,
703695
String type,

0 commit comments

Comments
 (0)