diff options
Diffstat (limited to 'BaseTools/Source/Python/Eot/Identification.py')
-rw-r--r-- | BaseTools/Source/Python/Eot/Identification.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/BaseTools/Source/Python/Eot/Identification.py b/BaseTools/Source/Python/Eot/Identification.py index 31d47602e5..168a8865ca 100644 --- a/BaseTools/Source/Python/Eot/Identification.py +++ b/BaseTools/Source/Python/Eot/Identification.py @@ -29,20 +29,6 @@ class Identification(object): def GetFileName(self, FileFullPath, FileRelativePath):
pass
- ## GetFileName
- #
- # Reserved
- #
- def GetFileFullPath(self, FileName, FileRelativePath):
- pass
-
- ## GetFileName
- #
- # Reserved
- #
- def GetFileRelativePath(self, FileName, FileFullPath):
- pass
-
##
#
# This acts like the main() function for the script, unless it is 'import'ed into another
|