removed garbage

This commit is contained in:
roberto@debian32
2011-05-09 21:41:55 +02:00
parent 16c6dcc573
commit d695ef4f57
-1
View File
@@ -546,7 +546,6 @@ void uwsgi_close_request(struct wsgi_request *wsgi_req) {
if (uwsgi.threads > 1) {
// now the thread can die...
pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp_id);
uwsgi_log("cancel re-enabled\n");
}
#endif