From ea636fcd518f69c52e2a2753c5802e2bae66ab0d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 17 May 2017 04:41:54 -0400 Subject: Remove unused variables. --- run_project_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'run_project_tests.py') diff --git a/run_project_tests.py b/run_project_tests.py index e9f19420a..7f7cfdc00 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -217,7 +217,6 @@ def validate_install(srcdir, installdir, compiler): # If this exists, the test does not install any other files noinst_file = 'usr/no-installed-files' expected = {} - found = {} ret_msg = '' # Generate list of expected files if os.path.exists(os.path.join(installdir, noinst_file)): -- cgit v1.2.3