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/binman/entry.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/binman/entry.py') diff --git a/tools/binman/entry.py b/tools/binman/entry.py index 3434a3f8048..c17a98958bd 100644 --- a/tools/binman/entry.py +++ b/tools/binman/entry.py @@ -16,8 +16,6 @@ from patman import tout modules = {} -our_path = os.path.dirname(os.path.realpath(__file__)) - # An argument which can be passed to entries on the command line, in lieu of # device-tree properties. -- cgit v1.2.3