Skip to content

Commit 724a1f2

Browse files
committed
devtools: remove unused variables in uAPI script
Some local variables were not used in the function update_headers() of the Linux uAPI script. Signed-off-by: Thomas Monjalon <[email protected]> Reviewed-by: Maxime Coquelin <[email protected]>
1 parent 7b2a183 commit 724a1f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

devtools/linux-uapi.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ download_header()
4242
update_headers()
4343
{
4444
local header
45-
local url
46-
local path
4745

4846
echo "Updating to $version"
4947
for filename in $(find $base_path -name "*.h" -type f); do

0 commit comments

Comments
 (0)