X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flpp%2Flpp_net.c;h=15ce82d7bf73e306ca6f87b2af23fc5ac6570de9;hb=4f25f9ca1fd1d53303f277a140a1aa657782aeba;hp=6af2636595e035057b727e90253e4ad7be3a3e98;hpb=ae3048300979b15448eb3c52c7b5271c8203e4d3;p=libfirm diff --git a/ir/lpp/lpp_net.c b/ir/lpp/lpp_net.c index 6af263659..15ce82d7b 100644 --- a/ir/lpp/lpp_net.c +++ b/ir/lpp/lpp_net.c @@ -188,11 +188,6 @@ void lpp_solve_net(lpp_t *lpp, const char *host, const char *solver) lpp_writes(comm, solver); lpp_flush(comm); -#if 0 - ERR_CHECK_RETURN_VOID(lpp_ack(fd, sizeof(buf), buf), == 0, - ("could not set solver: %s", solver)); -#endif - t_send = ir_timer_new(); t_recv = ir_timer_new();