curl: update + remove pregened files

This commit is contained in:
Samuel Tyler 2025-12-25 21:40:20 +11:00
parent 04a4b8aba4
commit 2e18c35df8
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
10 changed files with 51 additions and 51 deletions

View file

@ -1,8 +0,0 @@
# SPDX-FileCopyrightText: 1998-2021 Daniel Stenberg <daniel@haxx.se>
#
# SPDX-License-Identifier: curl
my $pi = 3.1415;
foreach my $i (1 .. 200) {
printf "%d, ", sin($i/200 * 2 * $pi) * 500000 + 500000;
}