Skip to content

Commit

Permalink
Remove redundency code
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Jan 22, 2025
1 parent c3c5e34 commit b6d9a79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/fuzz_introspector/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ def analyse(args) -> int:
target_analyser.set_max_functions(max_functions)
target_analyser.set_introspection_project(introspection_proj)

target_analyser.analysis_func(html_helpers.HtmlTableOfContents(), [],
introspection_proj.proj_profile,
introspection_proj.profiles, '', '', [],
out_dir)
# Run the analyser
target_analyser.analysis_func(html_helpers.HtmlTableOfContents(), [],
introspection_proj.proj_profile,
Expand Down

0 comments on commit b6d9a79

Please sign in to comment.