X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEot%2Fc.py;h=02ff95995846e5cf4c5add289964387af02a5661;hb=b36d134faf4305247830522b8e2bb255e98c5699;hp=f191dd4efcbf8ea69be0c18f146efd360986bb07;hpb=e7fe4028631b6a7d70e3c02c7c40ff1504321daa;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/Eot/c.py b/BaseTools/Source/Python/Eot/c.py index f191dd4efc..02ff959958 100644 --- a/BaseTools/Source/Python/Eot/c.py +++ b/BaseTools/Source/Python/Eot/c.py @@ -31,16 +31,6 @@ IncludePathListDict = {} ComplexTypeDict = {} SUDict = {} -## GetIgnoredDirListPattern() method -# -# Get the pattern of ignored direction list -# -# @return p: the pattern of ignored direction list -# -def GetIgnoredDirListPattern(): - p = re.compile(r'.*[\\/](?:BUILD|INTELRESTRICTEDTOOLS|INTELRESTRICTEDPKG|PCCTS)[\\/].*') - return p - ## GetFuncDeclPattern() method # # Get the pattern of function declaration