Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Jan 31, 2024
1 parent 49a5599 commit eff2334
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions edk2toollib/database/tables/instanced_inf_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ def _parse_inf_recursively(
library_class_list.append("NULL")

for null_lib in self._get_null_lib_instances(scope, library_dict):
if null_lib == inf:
continue
library_instance_list.append(null_lib)
library_class_list.append("NULL")

Expand Down

0 comments on commit eff2334

Please sign in to comment.