]> git.ipfire.org Git - thirdparty/curl.git/commit
build: drop unused `getpart` tool
authorViktor Szakats <commit@vsz.me>
Mon, 24 Feb 2025 04:27:02 +0000 (05:27 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 25 Feb 2025 00:52:13 +0000 (01:52 +0100)
commit3175984ab2a7be85d10954df6844314a5d5726dc
tree923691c5f5df5245b1e922d51a1486c48e245d0c
parentb930142d12fe9993a53830073867125cc1e77bf8
build: drop unused `getpart` tool

Drop the `getpart` test tool from standard builds. This tool was not
used by tests.

Also:
- make it easier to build it standalone for testing `getpart.c` on
  the command-line.
- reduce local var scopes in source.

Closes #16460
tests/server/.gitignore
tests/server/Makefile.inc
tests/server/getpart.c
tests/server/testpart.c [deleted file]