diff --git a/edk2toollib/uefi/edk2/parsers/base_parser.py b/edk2toollib/uefi/edk2/parsers/base_parser.py index c92355c3..2e3e7168 100644 --- a/edk2toollib/uefi/edk2/parsers/base_parser.py +++ b/edk2toollib/uefi/edk2/parsers/base_parser.py @@ -8,7 +8,6 @@ """Code to support parsing EDK2 files.""" import logging import os -import re from warnings import warn from edk2toollib.uefi.edk2 import path_utilities @@ -795,7 +794,6 @@ def ResetParserState(self): class HashFileParser(BaseParser): """Base class for Edk2 build files that use # for comments.""" - COMMENT_PATTERN = re.compile(r'(?