diff options
| author | Stephen Blott | 2012-11-11 15:59:27 +0000 |
|---|---|---|
| committer | Stephen Blott | 2012-11-11 15:59:27 +0000 |
| commit | 2071873f5c9f496e4fde94d44cbf8b0e50bf4c21 (patch) | |
| tree | a3e37e4adc1f41a02ce27ca5c791a3d98c54829b /background_scripts | |
| parent | 03823f97a526ed5e5104b724d4f2a0b582505a6c (diff) | |
| download | vimium-2071873f5c9f496e4fde94d44cbf8b0e50bf4c21.tar.bz2 | |
Remove comments regarding non-existent bug.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/completion.coffee | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 91f79338..c12c6d80 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -415,8 +415,6 @@ HistoryCache = else toRemove.urls.forEach (url) => i = HistoryCache.binarySearch({url:url}, @history, @compareHistoryByUrl) - # TODO (smblott) - # The `i < @history.length` condition below should not be necessary. It can be removed when `binarySearch` is fixed. if i < @history.length and @history[i].url == url @history.splice(i, 1) |
