build system improvements

This commit is contained in:
roberto@fiorenzo
2010-10-23 08:44:22 +02:00
parent c777a0f926
commit bf868ff636
3 changed files with 31 additions and 3 deletions
-3
View File
@@ -67,9 +67,6 @@ int uwsgi_request_wsgi(struct wsgi_request *wsgi_req) {
int i;
size_t post_remains = wsgi_req->post_cl;
ssize_t post_chunk;
PyObject *pydictkey, *pydictvalue;
char *path_info;