mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
remove duplicate write-uri definition
* module/web/http.scm: Remove duplicate write-uri definition.
This commit is contained in:
parent
992a387958
commit
eaaf94c4ec
1 changed files with 0 additions and 3 deletions
|
@ -805,9 +805,6 @@ ordered alist."
|
|||
(display-digits (date-second date) 2 port)
|
||||
(display " GMT" port)))
|
||||
|
||||
(define (write-uri uri port)
|
||||
(display (uri->string uri) port))
|
||||
|
||||
(define (parse-entity-tag val)
|
||||
(if (string-prefix? "W/" val)
|
||||
(cons (parse-qstring val 2) #f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue