From: Adam Dickmeiss Date: Thu, 3 Nov 2011 08:58:31 +0000 (+0100) Subject: Remove obsolete comment X-Git-Tag: mobile-beta-1~3^2~11 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=4f3cae465927f5127f9c8b637cf7b07908f566d3;p=pazpar2-moved-to-github.git Remove obsolete comment --- diff --git a/src/connection.c b/src/connection.c index 9381b53..1ed6229 100644 --- a/src/connection.c +++ b/src/connection.c @@ -421,7 +421,6 @@ static int connection_connect(struct connection *con, iochan_man_t iochan_man) iochan_setdata(con->iochan, con); iochan_add(iochan_man, con->iochan); - /* this fragment is bad DRY: from client_prep_connection */ client_set_state(con->client, Client_Connecting); ZOOM_options_destroy(zoptions); return 0;