mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
os: remove unused UrlParsingError (#9275)
This is no longer used as of e5247f6d.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user