diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-17 23:35:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-17 23:35:24 +0100 |
commit | 011669af3b428e5626f7bbf66b11d57d9768c047 (patch) | |
tree | 1137ccc4cac6aced5ea537cd4c385336318bdcff /module | |
parent | da9dee098f97fe3fc825024e202f99c70eb53915 (diff) |
web: Remove export of nonexistent 'open-connection-for-uri'.
* module/web/client.scm: Don't export 'open-connection-for-uri', which
doesn't exist.
Diffstat (limited to 'module')
-rw-r--r-- | module/web/client.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/web/client.scm b/module/web/client.scm index 042468c54..ab635c478 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 |