Skip to content

Commit

Permalink
Remove spurious statement.
Browse files Browse the repository at this point in the history
Fixes #84
  • Loading branch information
jrfonseca committed Sep 9, 2023
1 parent 371421f commit cdeea9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gprof2dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3497,7 +3497,6 @@ def main(argv=sys.argv[1:]):
if options.show_samples:
dot.show_function_events.append(SAMPLES)

profile = profile
profile.prune(options.node_thres/100.0, options.edge_thres/100.0, options.filter_paths, options.color_nodes_by_selftime)

if options.list_functions:
Expand Down

0 comments on commit cdeea9e

Please sign in to comment.