Some local variables were not used in the function update_headers()
of the Linux uAPI script.

Signed-off-by: Thomas Monjalon <tho...@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

Reply via email to