From 2b522f1e79c358465886f90e2923764f58cca81d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 29 Aug 2020 11:36:15 -0600 Subject: tools: Drop unnecessary use of __file__ There are few places where the path of the current modules is calculated but not used. Drop them. Signed-off-by: Simon Glass --- tools/rmboard.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/rmboard.py') diff --git a/tools/rmboard.py b/tools/rmboard.py index 06c3562ad81..de685638cf1 100755 --- a/tools/rmboard.py +++ b/tools/rmboard.py @@ -28,9 +28,6 @@ import os import re import sys -# Bring in the patman libraries -our_path = os.path.dirname(os.path.realpath(__file__)) - from patman import command def rm_kconfig_include(path): -- cgit v1.2.3