summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Table/Table.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/Table/Table.py')
-rw-r--r--BaseTools/Source/Python/Table/Table.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/BaseTools/Source/Python/Table/Table.py b/BaseTools/Source/Python/Table/Table.py
index 7a60313e95..47ebea6835 100644
--- a/BaseTools/Source/Python/Table/Table.py
+++ b/BaseTools/Source/Python/Table/Table.py
@@ -77,20 +77,6 @@ class Table(object):
for Item in self.Cur:
return Item[0]
- ## Generate ID
- #
- # Generate an ID if input ID is -1
- #
- # @param ID: Input ID
- #
- # @retval ID: New generated ID
- #
- def GenerateID(self, ID):
- if ID == -1:
- self.ID = self.ID + 1
-
- return self.ID
-
## Init the ID of the table
#
# Init the ID of the table