Simplify ZURL resolving and use regular getaddrinfo
[pazpar2-moved-to-github.git] / src / host.h
index 4ab7fe8..752ca09 100644 (file)
@@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 /** \brief Represents a host (irrespective of databases) */
 struct host {
     char *hostport;
-    char *ipport;
     struct connection *connections; // All connections to this
     struct host *next;
     YAZ_MUTEX mutex;