diff --git a/qutebrowser/utils/urlmatch.py b/qutebrowser/utils/urlmatch.py index f15ab45fe..4bf02a3b8 100644 --- a/qutebrowser/utils/urlmatch.py +++ b/qutebrowser/utils/urlmatch.py @@ -229,8 +229,6 @@ class UrlPattern: return True # Match 'google.com' with 'google.com/' - # FIXME use the no-copy approach Chromium has in - # URLPattern::MatchesPath for performance? if path + '/*' == self._path: return True