civodul pushed a commit to branch master
in repository guile.
commit 011669af3b428e5626f7bbf66b11d57d9768c047
Author: Ludovic Courtès <[email protected]>
Date: Fri Mar 17 23:35:24 2017 +0100
web: Remove export of nonexistent 'open-connection-for-uri'.
* module/web/client.scm: Don't export 'open-connection-for-uri', which
doesn't exist.
---
module/web/client.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/module/web/client.scm b/module/web/client.scm
index 042468c..ab635c4 100644
--- a/module/web/client.scm
+++ b/module/web/client.scm
@@ -1,6 +1,6 @@
;;; Web client
-;; Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation,
Inc.
+;; Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software
Foundation, Inc.
;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public
@@ -47,7 +47,6 @@
#:prefix rnrs-ports:)
#:export (current-http-proxy
open-socket-for-uri
- open-connection-for-uri
http-get
http-get*
http-head