[PATCH 4/6] devtools: remove unused variables in uAPI script
Thomas Monjalon
thomas at monjalon.net
Wed Aug 27 10:21:47 CEST 2025
Some local variables were not used in the function update_headers()
of the Linux uAPI script.
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
devtools/linux-uapi.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/devtools/linux-uapi.sh b/devtools/linux-uapi.sh
index 05f3ddf87c..654c4a8c25 100755
--- a/devtools/linux-uapi.sh
+++ b/devtools/linux-uapi.sh
@@ -42,8 +42,6 @@ download_header()
update_headers()
{
local header
- local url
- local path
echo "Updating to $version"
for filename in $(find $base_path -name "*.h" -type f); do
--
2.47.1
More information about the dev
mailing list