Skip to content

Commit

Permalink
[suggest] remove levenshtein
Browse files Browse the repository at this point in the history
  • Loading branch information
bennn committed Mar 8, 2016
1 parent 2668cc9 commit fd6300b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 336 deletions.
335 changes: 0 additions & 335 deletions ipoe/private/suggest/levenshtein.rkt

This file was deleted.

2 changes: 1 addition & 1 deletion ipoe/private/suggest/spelling.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)

(require
(only-in ipoe/private/suggest/levenshtein string-levenshtein)
(only-in levenshtein string-levenshtein)
racket/runtime-path
)

Expand Down

0 comments on commit fd6300b

Please sign in to comment.