removed redundant check
svn: r6198 original commit: 091e7c0673ff8e876e6ba4aafc9489a704223296
This commit is contained in:
parent
f1b5db54b7
commit
a294e5fb65
|
@ -44,7 +44,6 @@
|
|||
(equal? (car v) "http")
|
||||
(string? (car v))
|
||||
(number? (caddr v))
|
||||
(exact? (caddr v))
|
||||
(integer? (caddr v))
|
||||
(<= 1 (caddr v) 65535)))
|
||||
v))
|
||||
|
|
Loading…
Reference in New Issue
Block a user