this is a refactoring of the code to make it more readable and less wasteful

*** BLURB HERE ***

Jaben Carsey (4):
  BaseTools: remove irrelevant code
  BaseTools: expression can use single in instead of 3 API calls.
  BaseTools: move regular expression compile out of function call.
  BaseTools: dont use enumerate when un-needed

 BaseTools/Source/Python/Common/Expression.py                 | 73 
++++----------------
 BaseTools/Source/Python/Common/Misc.py                       |  2 +-
 BaseTools/Source/Python/GenPatchPcdTable/GenPatchPcdTable.py |  2 +-
 3 files changed, 16 insertions(+), 61 deletions(-)

-- 
2.16.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to