# HG changeset patch # User Kim Alvefur # Date 1752609416 -7200 # Node ID 3f0970babd677baa2f10d5f92488d8436fd27406 # Parent c96bd41566648b24e1fbe1f41a3ec7d4155cf092 mod_http_oauth2: Remove unused function Leftover from something diff -r c96bd4156664 -r 3f0970babd67 mod_http_oauth2/mod_http_oauth2.lua --- a/mod_http_oauth2/mod_http_oauth2.lua Tue Jul 15 21:55:25 2025 +0200 +++ b/mod_http_oauth2/mod_http_oauth2.lua Tue Jul 15 21:56:56 2025 +0200 @@ -40,12 +40,6 @@ return false end -local function array_filter(haystack) - return function (needle) - return array_contains(haystack, needle); - end -end - local function strict_url_parse(urlstr) local url_parts = url.parse(urlstr); if not url_parts then return url_parts; end