diff --git a/racket/collects/net/url.rkt b/racket/collects/net/url.rkt index c299c40d0a..2a39e39085 100644 --- a/racket/collects/net/url.rkt +++ b/racket/collects/net/url.rkt @@ -373,7 +373,6 @@ (-> input-port? any) (listof string?) any))) - (url-exception? (any/c . -> . boolean?)) (current-proxy-servers (parameter/c (or/c false/c (listof (list/c string? string? number?))))))