From a4572b39116ef8999a61a8844cb3a8938c3a7b3f Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Fri, 5 Apr 2024 01:26:32 +0530 Subject: [PATCH] Update curl.dart --- lib/codegen/php/curl.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/codegen/php/curl.dart b/lib/codegen/php/curl.dart index 0b9fc2f9..4d0ac5e9 100644 --- a/lib/codegen/php/curl.dart +++ b/lib/codegen/php/curl.dart @@ -169,7 +169,6 @@ function build_data_files(\$boundary, \$fields, \$files) try { String result = ""; - bool hasHeaders = false; bool hasQuery = false; bool hasBody = false;