From: Daniel Stenberg Date: Mon, 28 Jul 2025 11:07:58 +0000 (+0200) Subject: delta: drop the warnings+strict X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f63bdea79028c30780b3450e5d444c84b63a5434;p=thirdparty%2Fcurl.git delta: drop the warnings+strict They really don't do much good here and I rather do this than adding 'my' on 40+ lines. Follow-up from 2ec54556d4e3f3ab55 Closes #18058 --- diff --git a/scripts/delta b/scripts/delta index 3aab7e5795..f950077774 100755 --- a/scripts/delta +++ b/scripts/delta @@ -30,9 +30,6 @@ # # In the git clone root, invoke 'scripts/delta [release tag]' -use strict; -use warnings; - $start = $ARGV[0]; if($start eq "-h") {