os: remove unused UrlParsingError (#9275)

This is no longer used as of e5247f6d.
pull/9279/head
Mitchell Hashimoto 2025-10-19 15:16:45 -07:00 committed by GitHub
commit 40e558f953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
const std = @import("std");
const posix = std.posix;
pub const UrlParsingError = std.Uri.ParseError || error{
HostnameIsNotMacAddress,
NoSchemeProvided,
};
pub const LocalHostnameValidationError = error{
PermissionDenied,
Unexpected,