Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Nov 14, 2023
1 parent c9b1ac5 commit cba5907
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/qiniu/storage/ConfigHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ List<String> upHostsWithoutScheme() {
return new ArrayList<>(hosts);
}

private String getScheme() {
return config.useHttpsDomains ? "https://" : "http://";
}

private void makeSureRegion() {
if (config.region == null) {
if (config.zone != null) {
Expand Down

0 comments on commit cba5907

Please sign in to comment.