remove unused function

This commit is contained in:
numzero 2026-05-03 00:03:35 +03:00
parent 8e596d4a21
commit 866ecc9302

View File

@ -12,14 +12,6 @@ tmpdir="$(mktemp -d)"
trap 'rm -r "$tmpdir"' EXIT
trap 'exit' INT
stdhead() {
code="$1"
head="$2"
echo "HTTP/1.0 $code $head"
echo "Content-Type: text/plain"
echo "Connection: close"
}
error() {
code="$1"
head="$2"