Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed May 28, 2014
1 parent 07bd828 commit 3ac9dba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions src/fuzzaldrin.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ module.exports =
return [string] unless query
return ['', string] if string is query

queryHasSlashes = query.indexOf('/') isnt -1
query = query.replace(SpaceRegex, '')
matches = matcher.match(string, query)
matches

matcher.match(string, query)
1 change: 0 additions & 1 deletion src/matcher.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

exports.match = (string, query) ->
return 1 if string is query

Expand Down

0 comments on commit 3ac9dba

Please sign in to comment.