Skip to content

Commit

Permalink
CloneDetectionRoutines: Remove unneeded default
Browse files Browse the repository at this point in the history
This value is never used and thus a function that is never executed in
our tests, safer to remove that.pick
  • Loading branch information
sils committed Jun 24, 2015
1 parent 15eee87 commit 62f83b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/codeclone_detection/CloneDetectionRoutines.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def exclude_function(count_matrix):

def get_count_matrices(count_vector_creator,
filenames,
progress_callback=lambda x: x):
progress_callback):
"""
Retrieves matrices holding count vectors for all variables for all
functions in the given file.
Expand Down

1 comment on commit 62f83b2

@fneu
Copy link
Contributor

@fneu fneu commented on 62f83b2 Jun 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.