remove dead code

pull/4832/head
ms264556 2024-11-10 22:43:57 +13:00
parent b6a77e0231
commit 717802611a
1 changed files with 1 additions and 2 deletions

View File

@ -149,7 +149,6 @@ _response_cookie() {
_post_upload() {
_post_action="$1"
_post_file="$2"
_post_url="$3"
_post_boundary="----FormBoundary$(date "+%s%N")"