summaryrefslogtreecommitdiffstats
path: root/scripts/patchtest-send-results
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patchtest-send-results')
-rwxr-xr-xscripts/patchtest-send-results1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/patchtest-send-results b/scripts/patchtest-send-results
index 71b73f0940..024be003ce 100755
--- a/scripts/patchtest-send-results
+++ b/scripts/patchtest-send-results
@@ -45,7 +45,6 @@ elif not os.path.exists(args.patch + ".testresult"):
sys.exit(1)
result_file = args.patch + ".testresult"
-result_basename = os.path.basename(args.patch)
testresult = None
with open(result_file, "r") as f: