소스 검색

Remove stale comments

Upstream isn't planning to do this.
Tamir Duberstein 2 달 전
부모
커밋
e692e5ffc5
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .github/scripts/download_kernel_images.sh

+ 0 - 5
.github/scripts/download_kernel_images.sh

@@ -27,11 +27,6 @@ for VERSION in "${VERSIONS[@]}"; do
   FILES+=("$match")
 done
 
-# TODO(https://github.com/curl/curl/issues/15729): restore --parallel here if and when it properly
-# supports ETags.
-# TODO(https://github.com/curl/curl/issues/15730): restore --create-dirs when it works in the
-# presence of `--etag-save`.`
-#
 # Note: `--etag-{compare,save}` are not idempotent until curl 8.9.0 which included
 # https://github.com/curl/curl/commit/85efbb92b8e6679705e122cee45ce76c56414a3e. At the time of
 # writing our CI uses Ubuntu 22.04 which has curl 7.81.0 and the latest available is Ubuntu 24.04