summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2022-05-16 10:10:16 +0200
committerDaniel Gustafsson <daniel@yesql.se>2022-05-16 10:10:16 +0200
commitbf327a9dfea8b1d28c675e3b337428737d7dbbc7 (patch)
treeb3d267a916209485b646919e109702e8743f48c4 /scripts
parent3ead91430374f70c885e5ad900258540f47e1c59 (diff)
downloadcurl-bf327a9dfea8b1d28c675e3b337428737d7dbbc7.tar.gz
macos9: remove partial support
The support for compiling on Mac OS 9 hasn't been modified since 2001 and has no active maintainer or packager, so it's time to remove it as it's incredibly unlikely to work. If a maintainer re-emerges it can be resurrected from Git history. Closes: #8836 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copyright.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index a5f7264f5..1033f8778 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -72,10 +72,6 @@ my @skiplist=(
# XML junk
'^projects\/wolfssl_override.props',
- # macos framework generated files
- '^src\/macos\/curl.mcp.xml.sit.hqx',
- '^src\/macos\/src\/curl_GUSIConfig.cpp',
-
# checksrc control files
'\.checksrc$',