Remove obsolete comment
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Nov 2011 08:58:31 +0000 (09:58 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Nov 2011 08:58:31 +0000 (09:58 +0100)
src/connection.c

index 9381b53..1ed6229 100644 (file)
@@ -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;