diff options
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-17 04:41:54 -0400 |
---|---|---|
committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-05-17 04:41:54 -0400 |
commit | ea636fcd518f69c52e2a2753c5802e2bae66ab0d (patch) | |
tree | 3706c5f523bf50bd184542381c94ef91a2b3468b /run_project_tests.py | |
parent | e66465369d3150cf4efcff8682c07197935ef3bc (diff) | |
download | meson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.zip meson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.tar.gz meson-ea636fcd518f69c52e2a2753c5802e2bae66ab0d.tar.bz2 |
Remove unused variables.
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index e9f1942..7f7cfdc 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)): |