diff options
author | Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben> | 2018-04-04 05:03:10 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-04-08 14:50:18 +0800 |
commit | ab0ff0b0a633f5f566e434f7625009a92f02304c (patch) | |
tree | 18f94e79f38b97e22309ffc832ad1efdb1fdd8f8 /BaseTools/Source/Python/Eot/Eot.py | |
parent | a0767bae298443c91bae1e1fb43eb0ed9a436004 (diff) | |
download | edk2-ab0ff0b0a633f5f566e434f7625009a92f02304c.tar.gz edk2-ab0ff0b0a633f5f566e434f7625009a92f02304c.tar.bz2 edk2-ab0ff0b0a633f5f566e434f7625009a92f02304c.zip |
BaseTools: Remove unused code from Misc
remove the functions and classes
remove any imports of these
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Eot/Eot.py')
-rw-r--r-- | BaseTools/Source/Python/Eot/Eot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Eot/Eot.py b/BaseTools/Source/Python/Eot/Eot.py index 45c97bb258..96c3396134 100644 --- a/BaseTools/Source/Python/Eot/Eot.py +++ b/BaseTools/Source/Python/Eot/Eot.py @@ -27,7 +27,6 @@ import Database from FvImage import *
from array import array
from Report import Report
-from Common.Misc import ParseConsoleLog
from Common.BuildVersion import gBUILD_VERSION
from Parser import ConvertGuid
from Common.LongFilePathSupport import OpenLongFilePath as open
|