Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Sep 18, 2023
1 parent 1ff96d8 commit e57b6bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions edk2toollib/database/tables/instanced_inf_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ def parse(self, db_cursor: Cursor, pathobj: Edk2Path, id: str, env: dict) -> Non
#
# This is where we merge DSC parser information with INF parser information.
inf_entries = self._build_inf_table(dscp)
# for e in inf_entries:
# if Path(e["PATH"]).is_absolute():
# e["PATH"] = self.pathobj.GetEdk2RelativePathFromAbsolutePath(e["PATH"])

# add instanced_inf entries
for e in inf_entries:
Expand Down

0 comments on commit e57b6bd

Please sign in to comment.