diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-03 14:28:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-06 23:13:08 +0200 |
commit | a8e388dd1095d3ffa12fc75f2bec70f1f9b66c80 (patch) | |
tree | bb9999b1c2ef935b691478347568e4452419528c /src/Makefile.inc | |
parent | ba5fa1c7a825da75da6f0686ee89e2b64a9cb0f5 (diff) | |
download | curl-a8e388dd1095d3ffa12fc75f2bec70f1f9b66c80.tar.gz |
curl: remove tool_writeenv.[ch]
... and USE_ENVIRONMENT and --environment. It was once added for RISC OS
support and its platform specific behavior has been annoying ever
since. Added in commit c3c8bbd3b2688da8e, mostly unchanged since
then. Most probably not actually used for years.
Closes #1463
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r-- | src/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index 2196ffa33..5074f8fc6 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -58,7 +58,6 @@ CURL_CFILES = \ tool_urlglob.c \ tool_util.c \ tool_vms.c \ - tool_writeenv.c \ tool_writeout.c \ tool_xattr.c @@ -103,7 +102,6 @@ CURL_HFILES = \ tool_util.h \ tool_version.h \ tool_vms.h \ - tool_writeenv.h \ tool_writeout.h \ tool_xattr.h |