os: remove unused UrlParsingError (#9275)

This is no longer used as of e5247f6d.
This commit is contained in:
Mitchell Hashimoto
2025-10-19 15:16:45 -07:00
committed by GitHub

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,