mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
Delete some dead code (#20218)
This commit is contained in:
@@ -36,14 +36,6 @@
|
||||
#include <wtf/CrossThreadCopier.h>
|
||||
#include <wtf/text/StringView.h>
|
||||
|
||||
static StringView extractCookieName(const StringView& cookie)
|
||||
{
|
||||
auto nameEnd = cookie.find('=');
|
||||
if (nameEnd == notFound)
|
||||
return String();
|
||||
return cookie.substring(0, nameEnd);
|
||||
}
|
||||
|
||||
namespace WebCore {
|
||||
|
||||
HTTPHeaderMap::HTTPHeaderMap()
|
||||
|
||||
Reference in New Issue
Block a user