urlmatch: Remove performance FIXME

This commit is contained in:
Florian Bruhin 2018-02-15 18:42:47 +01:00
parent 5f6c8435a4
commit 174dd5dd9e

View File

@ -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