Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
0152la committed Feb 20, 2024
1 parent eea0f2a commit 1f3a788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compartment.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ comp_from_elf(char *filename, char **entry_points, size_t entry_point_count,
{
struct LibDependency *parsed_lib
= parse_lib_file(libs_to_parse[libs_parsed_count], new_comp);
print_lib_dep(parsed_lib);

const unsigned short libs_to_search_count = libs_to_parse_count;
for (size_t i = 0; i < parsed_lib->lib_dep_count; ++i)
Expand Down

0 comments on commit 1f3a788

Please sign in to comment.