Skip to content

Commit 87df34a

Browse files
anonrigMylesBorins
authored andcommitted
tools: fix update-ada script
PR-URL: #46550 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent f62b58a commit 87df34a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/dep_updaters/update-ada.sh

100644100755
-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ echo "Fetching ada source archive..."
3434
curl -sL -o "$ADA_ZIP" "https://github.com/ada-url/ada/releases/download/$ADA_REF/singleheader.zip"
3535
unzip "$ADA_ZIP"
3636
rm "$ADA_ZIP"
37-
rm ./*_demo.cpp
3837

3938
curl -sL -o "$ADA_LICENSE" "https://raw.githubusercontent.com/ada-url/ada/HEAD/LICENSE-MIT"
4039

0 commit comments

Comments
 (0)