From e57b6bdc34d17a66ed0794495c09ec0d33f18745 Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 18 Sep 2023 12:45:29 -0700 Subject: [PATCH] update --- edk2toollib/database/tables/instanced_inf_table.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/edk2toollib/database/tables/instanced_inf_table.py b/edk2toollib/database/tables/instanced_inf_table.py index c32f7e50..726c9ca2 100644 --- a/edk2toollib/database/tables/instanced_inf_table.py +++ b/edk2toollib/database/tables/instanced_inf_table.py @@ -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: