aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2012-11-11 15:59:27 +0000
committerStephen Blott2012-11-11 15:59:27 +0000
commit2071873f5c9f496e4fde94d44cbf8b0e50bf4c21 (patch)
treea3e37e4adc1f41a02ce27ca5c791a3d98c54829b /background_scripts
parent03823f97a526ed5e5104b724d4f2a0b582505a6c (diff)
downloadvimium-2071873f5c9f496e4fde94d44cbf8b0e50bf4c21.tar.bz2
Remove comments regarding non-existent bug.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/completion.coffee2
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)