diff --git a/ext/FilePathsURIParserExt.jl b/ext/FilePathsURIParserExt.jl index 014bcca..968b552 100644 --- a/ext/FilePathsURIParserExt.jl +++ b/ext/FilePathsURIParserExt.jl @@ -4,7 +4,6 @@ using URIParser using FilePaths function URIParser.URI(p::AbstractPath; query="", fragment="") - Base.depwarn("`URIParser` is deprecated, use `URIs` instead.", :URIParser) if isempty(p.root) throw(ArgumentError("$p is not an absolute path")) end