From 5fdf9bbaa94fc9c91cf7c9aead81a3bc394e10b5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 Sep 2009 16:34:31 +0200 Subject: [PATCH] Remove unused variable in http.cc --- src/http.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/http.cc b/src/http.cc index d0202a0e05..eb82238705 100644 --- a/src/http.cc +++ b/src/http.cc @@ -187,8 +187,6 @@ HTTPConnection::on_body (http_parser *parser, const char *buf, size_t len) assert(connection->attached_); HandleScope scope; - Handle argv[1]; - // TODO each message should have their encoding. // don't look at the conneciton for encoding Local data = Encode(buf, len, connection->encoding_);