X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fhost.h;h=752ca09e5b3d3cdd8618cc3efb393a9ba06cab2d;hb=646158a86d80e5ef0221ef7d7ce2cfc6ba31eacc;hp=4ab7fe8031c4b84b155fd16bc4730b513c14ed19;hpb=6ff7cb53029747ad6ac60fde903630ea063b5218;p=pazpar2-moved-to-github.git diff --git a/src/host.h b/src/host.h index 4ab7fe8..752ca09 100644 --- a/src/host.h +++ b/src/host.h @@ -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;